Skip to main content
GET
/
2025-01
/
retail-media
/
line-items
/
{id}
/
keywords
/2025-01/retail-media/line-items/{id}/keywords
curl --request GET \
  --url https://api.criteo.com/2025-01/retail-media/line-items/{id}/keywords \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "attributes": {
      "keywords": {},
      "rank": [
        "<string>"
      ]
    },
    "id": "<string>",
    "type": "<string>"
  },
  "errors": [
    {
      "code": "<string>",
      "detail": "<string>",
      "instance": "<string>",
      "source": {},
      "stackTrace": "<string>",
      "status": 123,
      "title": "<string>",
      "traceId": "<string>"
    }
  ],
  "warnings": [
    {
      "code": "<string>",
      "detail": "<string>",
      "instance": "<string>",
      "source": {},
      "stackTrace": "<string>",
      "status": 123,
      "title": "<string>",
      "traceId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of the line item

Response

200 - application/json

Success

Response object containing keywords associated with a line item.

data
object

Resource object containing keywords associated with a line item.

errors
object[] | null
read-only
warnings
object[] | null
read-only