Introduction
A brand is a collection of products marketed and sold under a unified name. The brands associated with an account define the products that the account can promote on retailer sites. An account can have access to one or more brands, and this access is typically managed by Criteo. Brand attributes are standardized across retailers to ensure consistency.Endpoint
| Method | Endpoint | Description |
|---|---|---|
| GET | /accounts/{accountId}/brands | Get Accounts |
Brand Attributes
| Attribute | Data Type | Description |
|---|---|---|
id | string | Brand IDAccepted values: int64 Writeable? N / Nullable? N |
name | string | Brand nameAccepted values: 510 char limit Writeable: N / Nullable? N |
Get All Brands
This endpoint lists all brands associated with an account. Results are paginated.View in the API ReferenceYou can also check this endpoint in the API reference.
Sample Request
Sample Response
Responses
| Response | Description |
|---|---|
🟢200 | Call executed with success |
🔴403 | API user does not have the authorization to make requests to the account ID. For an authorization request, follow theauthorization requeststeps |
What’s Next