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.)
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
{
"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_idof the Publisher.
Large PayloadThe payload for this endpoint is typically large.
