List advertisers tagged with the given tag
GET /tags/{id}/advertisers
GET /tags/{id}/advertisers
Operation
GET
/tags/{id}/advertisers
Returns advertisers in the caller's scope that carry the specified tag. Accepts either numeric tag id or the tag name.
Operation ID:
listTagAdvertisers
·
Tags: Tags
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id
|
path | Yes | string | Tag id or name |
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": "Advertisers tagged with this tag",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AdvertiserListItem"
}
},
"meta": {
"type": "object",
"additionalProperties": true
}
},
"required": [
"data"
]
}
}
}
}
{
"$ref": "#/components/responses/Unauthorized"
}
{
"$ref": "#/components/responses/NotFound"
}
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 advertisers tagged with the given tag | GET |
/api/v1/tags/electronics/advertisers |
OpenAPI operationId: listTagAdvertisers. |
GET /api/v1/tags/electronics/advertisers
OpenAPI
List advertisers tagged with the given tag