v1
latestOpenAPI 3.0.32026-07-2226694862.5 KBAdvertisers
Get Advertiser by ID
get/networks/advertisers/{advertiserId}
Path parameters
advertiserIdinteger required
The unique advertiser ID.
Query parameters
relationship'reporting' | 'labels' | 'demand_partner' | 'billing' | 'integrations' | 'api' | 'settings' | 'product_feed' | 'deal'
Include related data in the response. Available relationships:
- reporting — Includes reporting information (clicks, conversions, revenue, etc.)
- labels — Includes a list of labels associated to the advertiser
- demand_partner — Includes the Everxchange information associated to the advertiser
- billing — Includes the billing information associated to the advertiser
- integrations — Includes the integration settings associated to the advertiser
- api — Includes the advertiser's API keys and whitelisted IPs
- settings — Includes the advertiser's settings (exposed variables)
- product_feed — Includes product feeds configured for this advertiser
- deal — Includes deals configured for this advertiser
Response
Example response
{
"time_created": 1734455015,
"time_saved": 1734455015,
"relationship": {
"users": {
"entries": [
{
"time_created": 1734455015,
"time_saved": 1734455015
}
]
},
"api_keys": {
"entries": [
{
"time_created": 1734455015,
"time_saved": 1734455015
}
]
},
"product_feeds": [
{
"time_saved": 1734455015,
"time_created": 1734455015
}
]
}
}