Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

List promotion advertiser names

GET
/api/v3/promotions/promoters
curl --request GET \
--url 'https://api.tryletterhead.com/api/v3/promotions/promoters?api=true' \
--header 'Authorization: Bearer <token>'

List the distinct advertiser (β€œpromoter”) display names used across the company’s promotions β€” a flat list of strings, for populating a promoter filter/autocomplete.

v3 endpoints expect a company API key.

api
required
boolean

When set to true, the endpoint accepts authorization with your API Key.

200 OK

Media type application/json
object
items
Array<string>
total
integer
Example
{
"items": [
"Example Brand",
"Another Advertiser"
],
"total": 2
}

Still can’t find what you need? Contact support.