Get advertiser details
GET /advertisers/{id}
GET /advertisers/{id}
Operation
GET
/advertisers/{id}
Get comprehensive information about a specific advertiser including performance metrics and recent activity
Operation ID:
getAdvertiser
·
Tags: Advertisers
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id
|
path | Yes | string | Advertiser ID or slug |
Request Body
No request body is defined for this operation.
Responses
Content Types
application/json
{
"description": "Comprehensive advertiser details",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"type": {
"type": "string",
"enum": [
"advertiser"
]
},
"attributes": {
"$ref": "#/components/schemas/AdvertiserDetailAttributes"
}
},
"required": [
"id",
"type",
"attributes"
]
}
},
"required": [
"data"
]
}
}
}
}
{
"$ref": "#/components/responses/NotFound"
}
{
"$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 |
|---|---|---|---|
| Get advertiser details | GET |
/api/v1/advertisers/1 |
OpenAPI operationId: getAdvertiser. |
GET /api/v1/advertisers/1
OpenAPI
Get advertiser details