get https://backstage.taboola.com/backstage/api/1.0//block-publisher
Fetch a list of suppressed publishers at the account level.
Response Body
The response is an object with a single property:
sites
- an array of sites (as Strings). For more information, see: List Of Publishers.
{
"sites": [
"site_1",
"site_2"
]
}