get https://backstage.taboola.com/backstage/api/1.0//allowed-publishers/
Get a list of all publishers on which the specified account could be served.
(Returns the full list of publishers, regardless of any publisher blocking.)
{
"results": [
{
"id": 6,
"name": "Demo Publisher 1",
"account_id": "demo-publisher-1",
"partner_types": [
"PUBLISHER"
],
"type": "PARTNER",
"campaign_types": null,
"currency": "USD",
"time_zone_name": "US/Eastern"
},
{
"id": 7,
"name": "Demo Publisher 2",
"account_id": "demo-publisher-2",
"partner_types": [
"PUBLISHER"
],
"type": "PARTNER",
"campaign_types": null,
"currency": "USD",
"time_zone_name": "US/Eastern"
},
//...
],
"metadata": {
"total": 81493
//...
}
}
Which Field?
To apply Publisher Targeting on the campaign or account level, submit the
account_id
of the Publisher.
Large Payload
The payload for this endpoint is typically large.