Page Style
Endpoints
Verb | Endpoint | Description |
---|---|---|
GET | ||
POST | ||
PUT |
{name} Attributes
-
- Data Type: -
- Values: -
Description: -
- Data Type: -
- Values: -
Description: -
[GET]
https://api.criteo.com/<version>/retail-media/..../...
Sample Request
curl -X GET "https://api.criteo.com/{version}/retail-media/.../..." \
-H "Authorization: Bearer <MY_ACCESS_TOKEN>"
Sample Response
{
"foo": "bar"
}
[POST]
https://api.criteo.com/<version>/retail-media/.../...
Sample Request
curl -L -X POST 'https://api.criteo.com/{version}/retail-media/.../...' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <MY_ACCESS_TOKEN>'
-d '{
"foo": "bar"
}'
Sample Response
{
"foo": "bar"
}
Responses
Response | Description |
---|---|
🔵 200 | Call executed with success |
🔵 201 | |
🔴 400 | |
🔴 404 | |
🔴 406 | |
🔴 409 | |
🔴 415 |
Updated 30 days ago