Introduction
Our APIs respond withdata, errors, and metadata blocks where appropriate. For example:
-
metadataappears only for paginated responses, -
A response expected to return multiple entities may contain both
dataanderrorsblocks, -
Entity IDsare unique across all Retail Media entities.
Response example
Data Attributes
Error Attributes
Pagination
- Pagination is supported via query parameters for a subset of endpoints that list multiple entities.
-
Results are returned in ascending order by
id
- List all Accounts associated with your API credentials
- List all Brands associated with the Account
- List all Retailers associated with the Account
- List all Campaigns within the Account
- List all Line Items within the Campaign
- List all Promoted Products on the Line Item
- List all Balances on the Account
- List all Campaigns on the Balance
HTTP Response Codes
What’s Next