Endpoint
Request
Headers
string
required
Your bearer token in the format
Bearer <token>.Query parameters
string
Comma-separated list of fields to return in each network group object. For example,
fields=id,name. When omitted, all available fields are returned.integer
The page number to retrieve. Defaults to
1.integer
The number of network groups to return per page. Defaults to
100.Example request
Responses
200 — Success
Returns a paginated JSON object. Themeta key contains pagination details and the data array contains the network group records.
object
Pagination metadata for the response.
array
An array of network group objects.