Skip to main content
POST
/
2026-01
/
retail-media
/
accounts
/
fees
/
update
/2026-01/retail-media/accounts/fees/update
curl --request POST \
  --url https://api.criteo.com/2026-01/retail-media/accounts/fees/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": {
    "type": "<string>"
  }
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json

A top-level object that encapsulates a Criteo API request for a single value object.

data
object

A value resource exposed by the API.

Response

204

Success