List affiliate networks
GET /networks
GET /networks
Operation
GET
/networks
Returns networks the caller has access to, ordered by name.
Operation ID:
listNetworks
·
Tags: Networks
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
page
|
query | No | integer | — |
per_page
|
query | No | integer | — |
limit
|
query | No | integer | — |
Request Body
No request body is defined for this operation.
Responses
Content Types
application/json
{
"description": "Networks list",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Network"
}
},
"meta": {
"type": "object",
"properties": {
"total_count": {
"type": "integer"
},
"total_pages": {
"type": "integer"
},
"current_page": {
"type": "integer"
},
"next_page": {
"type": "integer",
"nullable": true
},
"prev_page": {
"type": "integer",
"nullable": true
},
"per_page": {
"type": "integer"
}
}
}
},
"required": [
"data",
"meta"
]
}
}
}
}
{
"$ref": "#/components/responses/Unauthorized"
}
API Playground
Run this GET request with your API key, or open it in a new tab. Path uses sample IDs where the OpenAPI path has {parameters}.
Sign in to enable live testing with your API key.
| Action | Method | Endpoint | Description |
|---|---|---|---|
| List affiliate networks | GET |
/api/v1/networks |
OpenAPI operationId: listNetworks. |
GET /api/v1/networks
OpenAPI
List affiliate networks