List advertiser contacts
GET /advertisers/{id}/contacts
GET /advertisers/{id}/contacts
Operation
GET
/advertisers/{id}/contacts
Returns the same contact list shown on the advertiser page team tab. LinkedIn profile URLs are included in the contact attributes when present.
Operation ID:
listAdvertiserContacts
·
Tags: Advertisers
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id
|
path | Yes | string | Advertiser ID or slug |
show_unverified
|
query | No | boolean | Optional toggle for the same admin-visible unverified-contact behavior used on the page |
Request Body
No request body is defined for this operation.
Responses
Content Types
application/json
{
"description": "Advertiser contacts",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Contact"
}
},
"meta": {
"type": "object",
"properties": {
"advertiser": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"domain": {
"type": "string",
"nullable": true
},
"display_name": {
"type": "string",
"nullable": true
}
}
},
"count": {
"type": "integer"
},
"show_unverified": {
"type": "boolean"
},
"source": {
"type": "string"
}
}
}
},
"required": [
"data",
"meta"
]
}
}
}
}
{
"$ref": "#/components/responses/Unauthorized"
}
{
"$ref": "#/components/responses/Forbidden"
}
{
"$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 advertiser contacts | GET |
/api/v1/advertisers/1/contacts |
OpenAPI operationId: listAdvertiserContacts. |
GET /api/v1/advertisers/1/contacts
OpenAPI
List advertiser contacts