List publishers in the caller's scope
GET /publishers
GET /publishers
Operation
GET
/publishers
Admin callers see all publishers; non-admin callers see only publishers they have explicit access to. Supports filtering by `q`, `network_id`, `company_type`, and `publisher_type`.
Operation ID:
listPublishers
·
Tags: Publishers
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
q
|
query | No | string | Free-form filter on name/domain |
network_id
|
query | No | integer | — |
company_type
|
query | No | string | — |
publisher_type
|
query | No | string | — |
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": "Publisher list",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Publisher"
}
},
"meta": {
"type": "object",
"additionalProperties": true
}
},
"required": [
"data"
]
}
}
}
}
{
"$ref": "#/components/responses/Unauthorized"
}
{
"$ref": "#/components/responses/Forbidden"
}
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 publishers in the caller's scope | GET |
/api/v1/publishers |
OpenAPI operationId: listPublishers. |
GET /api/v1/publishers
OpenAPI
List publishers in the caller's scope