PageResponse_NetworkDto_
A single page of results. nextCursor is an opaque token to pass back as ?cursor= to fetch the following page; null means there are no more results.
items object[]required
Unique identifier of the network
7Hb2Kp9QvL3mNx0R8tZ4When the network was created
2026-01-15T09:30:00ZWhen the network was last updated
2026-01-15T09:30:00ZDisplay name of the network
Acme Podcast NetworkOptional free-form description of the network
A network of independent technology podcastsOptional public website for the network
https://example.comPrimary email address for the network
ops@example.comDefault language code used for emails sent to the network
enprimary_contact object
Primary business contact for the network
Email address of the contact
ops@example.comFirst name of the contact
JaneLast name of the contact
DoeOptional free-form role or title of the contact
Head of Partnershipscontacts object[]
Additional business contacts for the network
Email address of the contact
ops@example.comFirst name of the contact
JaneLast name of the contact
DoeOptional free-form role or title of the contact
Head of Partnerships{
"items": [
{
"id": "7Hb2Kp9QvL3mNx0R8tZ4",
"created_at": "2026-01-15T09:30:00Z",
"updated_at": "2026-01-15T09:30:00Z",
"name": "Acme Podcast Network",
"description": "A network of independent technology podcasts",
"website": "https://example.com",
"email": "ops@example.com",
"default_email_language": "en",
"primary_contact": {
"email": "ops@example.com",
"first_name": "Jane",
"last_name": "Doe",
"role": "Head of Partnerships"
},
"contacts": [
{
"email": "ops@example.com",
"first_name": "Jane",
"last_name": "Doe",
"role": "Head of Partnerships"
}
]
}
],
"next_cursor": "string"
}