Skip to main content
Use this endpoint to fetch the full list of affiliate network groups available on Affiliate.com. Network groups represent top-level platform brands — each group contains one or more regional networks. This endpoint is useful when you want to display or filter by platform brand rather than a specific regional instance.

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. The meta 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.

Example response

401 — Unauthenticated

Your bearer token is missing, expired, or invalid.

429 — Rate Limit Exceeded

You have exceeded your team’s request rate limit. Wait before retrying.