Advertisers are the brands on your platform that would like to purchase OOH.
Advertiser Collection
Returns a paginated list of advertisers for the authenticated partner.
query Parameters
pagePage number (1-based)
per_pageNumber of records per page (max 100)
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key.
Advertiser Collection › Responses
successful
Pagination metadata for paginated responses
Create Advertiser
Creates a new advertiser for the authenticated partner.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key.
Create Advertiser › Request Body
namewebsiteCreate Advertiser › Responses
created
idnamewebsiteShow Advertiser
Returns a single advertiser by ID.
path Parameters
idAdvertiser ID
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key.
Show Advertiser › Responses
successful
idnamewebsiteUpdate Advertiser
Updates an existing advertiser by ID.
path Parameters
idAdvertiser ID
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key.
Update Advertiser › Request Body
namewebsiteUpdate Advertiser › Responses
successful
idnamewebsitePatch Advertiser
Partially updates an advertiser by ID. Only the provided fields are updated; omitted fields are left unchanged.
path Parameters
idAdvertiser ID
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key.
Patch Advertiser › Responses
successful
idnamewebsite