Skip to main content

Introduction

Our APIs respond with data, errors, and metadata blocks where appropriate. For example:
  • metadata appears only for paginated responses,
  • A response expected to return multiple entities may contain both data and errors blocks,
  • Entity IDs are 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
  1. List all Accounts associated with your API credentials
  2. List all Brands associated with the Account
  3. List all Retailers associated with the Account
  4. List all Campaigns within the Account
  5. List all Line Items within the Campaign
  6. List all Promoted Products on the Line Item
  7. List all Balances on the Account
  8. List all Campaigns on the Balance

HTTP Response Codes


What’s Next