Skip to main content
GET
/
2026-01
/
marketing-solutions
/
marketplace-performance-outcomes
/
advertisers
/
preview-limit
/2026-01/marketing-solutions/marketplace-performance-outcomes/advertisers/preview-limit
curl --request GET \
  --url https://api.criteo.com/2026-01/marketing-solutions/marketplace-performance-outcomes/advertisers/preview-limit \
  --header 'Authorization: Bearer <token>'
[
  {
    "advertiserId": 123,
    "quotaEndDate": "2023-11-07T05:31:56Z",
    "quotaLimit": 123,
    "quotaStartDate": "2023-11-07T05:31:56Z",
    "quotaUsed": 123
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Success

advertiserId
integer<int32> | null
quotaEndDate
string<date-time> | null
quotaLimit
integer<int32> | null
quotaStartDate
string<date-time> | null
quotaUsed
integer<int32> | null