v1

latestOpenAPI 3.1.02026-07-2613767178.4 KB
Networks

Returns details of the Network - must match the Network owning the requesting API key

get/admin/v1/networks/{network_id}/

Path parameters

integer required

Unique numeric network ID

OR
string /^[a-z][a-z0-9-]+$/ required

Network subdomain

The Network's unique integer ID, or subdomain

Response

Returns the Networks attributes

idinteger required

The record's integer ID

created_atstring date-time required

The date and time the record was created

updated_atstring date-time required

The date and time the record was last modified

subdomainstring required

The Network subdomain

titlestring required

The Network title

subtitlestring required

The Network subtitle

purposestring required

The Network purpose

descriptionstring required

The Network description

Example response

{
  "created_at": "2026-07-22T16:43:29+00:00",
  "updated_at": "2026-07-22T16:43:29+00:00",
  "subdomain": "paint-pals",
  "title": "The Paint Pals Network",
  "subtitle": "A network for artists to share and collaborate",
  "purpose": "Bring together artists interested in sharing their work and inspiring others",
  "description": "A great network"
}