Skip to main content
GET
/
2025-07
/
retail-media
/
categories
/
{categoryId}
/2025-07/retail-media/categories/{categoryId}
curl --request GET \
  --url https://api.criteo.com/2025-07/retail-media/categories/{categoryId} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "parentId": "<string>",
  "text": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

categoryId
string<int32>
required

ID of the desired category

Response

200 - application/json
object | null

Retrieval completed and category is returned.

List of retailer's categories, including the full hierarchy of categories and their parent category ID

name
string
required

Category Name

parentId
string
required

Category ParentId

text
string
required

Category Text