API ReferenceAnnouncementsCommunity Discussion
API ReferenceCommunity DiscussionAnnouncementsSubscribeLog In
API Reference

Get Blocked Publishers At Account Level

Fetch a list of suppressed publishers at the account level.

📘

Response Body

The response is an object with a single property:

{
    "sites": [
        "site_1",
        "site_2"
    ]
}
Language