How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Criteo Reco API

The Reco API from Criteo — 8 operation(s) for reco.

Criteo Reco API is one of 13 APIs that Criteo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Reco. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a changelog, and authentication docs.

This API exposes 14 operations across 8 paths, and defines 27 schemas. It is described by OpenAPI 3.2.0, at version 2026-07.

Requests are made against a single base URL, https://api.criteo.com.

14 operations 8 paths 27 schemas 3 DELETE7 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2026-07
Base URL
https://api.criteo.com/2026-07/retail-media
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Criteo Reco API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth) using the clientCredentials and authorizationCode flows. By default, every request must be authenticated.

Paths & Operations 14

Across 8 paths, the API surfaces 14 operations — 3 DELETE, 7 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Reco 14
GET
/2026-07/marketing-solutions/ads/{ad-id}/product-boost
/2026-07/marketing-solutions/ads/{ad-id}/product-boost
FetchBoostedAdAssociations 1 param → 200
DELETE
/2026-07/marketing-solutions/ads/{ad-id}/product-boost/{product-set-id}
/2026-07/marketing-solutions/ads/{ad-id}/product-boost/{product-set-id}
DeleteBoostedAdAssociation 2 params → 200
GET
/2026-07/marketing-solutions/ads/{ad-id}/product-boost/{product-set-id}
/2026-07/marketing-solutions/ads/{ad-id}/product-boost/{product-set-id}
FetchBoostedAdAssociation 2 params → 200
POST
/2026-07/marketing-solutions/ads/{ad-id}/product-boost/{product-set-id}
/2026-07/marketing-solutions/ads/{ad-id}/product-boost/{product-set-id}
CreateBoostedAdAssociation 2 params body → 200201
DELETE
/2026-07/marketing-solutions/ads/{ad-id}/product-filter
/2026-07/marketing-solutions/ads/{ad-id}/product-filter
DisableProductFiltering 1 param → 200
GET
/2026-07/marketing-solutions/ads/{ad-id}/product-filter
/2026-07/marketing-solutions/ads/{ad-id}/product-filter
FetchProductFilteringConfig 1 param → 200
POST
/2026-07/marketing-solutions/ads/{ad-id}/product-filter
/2026-07/marketing-solutions/ads/{ad-id}/product-filter
EnableProductFiltering 1 param body → 200
GET
/2026-07/marketing-solutions/dataset/{dataset-id}/product-boost
/2026-07/marketing-solutions/dataset/{dataset-id}/product-boost
FetchBoostedAdAssociationByPartnerId 2 params → 200
POST
/2026-07/marketing-solutions/product-sets
/2026-07/marketing-solutions/product-sets
CreateProductSet body → 200
DELETE
/2026-07/marketing-solutions/product-sets/{product-set-id}
/2026-07/marketing-solutions/product-sets/{product-set-id}
RemoveProductSet 1 param → 204
GET
/2026-07/marketing-solutions/product-sets/{product-set-id}
/2026-07/marketing-solutions/product-sets/{product-set-id}
FetchProductSet 1 param → 200
PATCH
/2026-07/marketing-solutions/product-sets/{product-set-id}
/2026-07/marketing-solutions/product-sets/{product-set-id}
PatchProductSet 1 param body → 200
GET
/2026-07/marketing-solutions/product-sets/{product-set-id}/product-filters
/2026-07/marketing-solutions/product-sets/{product-set-id}/product-filters
FetchProductFilteringUsages 1 param → 200
GET
/2026-07/marketing-solutions/product-sets/dataset/{dataset-id}
/2026-07/marketing-solutions/product-sets/dataset/{dataset-id}
FetchProductSets 1 param → 200

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are ProductSet (11 properties), CommonProblem (9 properties), BoostedAdProductSet (4 properties), PatchProductSetRequest (4 properties). Each schema is shown below with its type and property counts.

CommonProblem
object
Common problem object.
9 properties
ValueResourceOfBoostingConfigurationRequest
object
A top-level object that encapsulates a Criteo API response for a single value.
2 properties
BoostingConfigurationRequest
object
Encapsulate the parameters needed to create or update a boosting configuration
1 property 1 required
ValueResourceOfCreateProductSetRequest
object
A class that represents a ValueType in a guild compliant way
2 properties
ValueResourceOutcomeOfBoostedAdProductSet
object
A top-level object that encapsulates a Criteo API response for a single value.
3 properties
BoostedAdProductSet
objectnull
Encapsulate a boosted ad product set association and its configuration
4 properties 4 required
CreateProductFilterRequest
object
Encapsulate the parameters needed to enable product filtering
1 property
ProductFilterConfig
objectnull
Entity to create a product filter configuration
2 properties 2 required
ValueResourceCollectionOutcomeOfProductFilterConfig
object
A top-level object that encapsulates a Criteo API response for several values.
3 properties
ProductSetRule
object
Encapsulate a product rule
3 properties
ValueResourceInputOfBoostingConfigurationRequest
object
A top-level object that encapsulates a Criteo API request for a single value.
1 property
PatchProductSetRequest
object
Entity to update a product set
4 properties
ResourceCollectionOutcomeOfProductSet
object
A class implementing the response of the Criteo API as described in API Guild Guidelines with collection of entities as body
3 properties
ProductSet
objectnull
Encapsulate a group of product
11 properties 9 required
ValueResourceOfPatchProductSetRequest
object
A top-level object that encapsulates a Criteo API response for a single value
2 properties
ValueResourceOutcomeOfProductFilterConfig
object
A top-level object that encapsulates a Criteo API response for a single value.
3 properties
ResourceOutcomeOfProductSet
object
A class implementing the response of the Criteo API as described in API Guild Guidelines with a single entity as body
3 properties
ValueResourceInputOfCreateProductSetRequest
object
Represents an API request message containing the usual valueResource data field, i.e. data is not an entity (no id). This can be used for association objects.
1 property
CreateProductSetRequest
object
Entity to create a product set
4 properties
ValueResourceOfBoostedAdProductSet
objectnull
A top-level object that encapsulates a Criteo API response for a single value.
2 properties
ValueResourceOfCreateProductFilterRequest
object
A top-level object that encapsulates a Criteo API response for a single value.
2 properties
Outcome
object
A class implementing the body of a response without data of the Criteo API as described in API Guild Guidelines
2 properties
ResourceOfProductSet
objectnull
A class that represents an entity in a guild compliant way
3 properties
ValueResourceInputOfPatchProductSetRequest
object
A top-level object that encapsulates a Criteo API request for a single value
1 property
ValueResourceOfProductFilterConfig
objectnull
A top-level object that encapsulates a Criteo API response for a single value.
2 properties
ValueResourceInputOfCreateProductFilterRequest
object
A top-level object that encapsulates a Criteo API request for a single value.
1 property
ValueResourceCollectionOutcomeOfBoostedAdProductSet
object
A top-level object that encapsulates a Criteo API response for several values.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

criteo-reco-api-openapi.yml Raw ↑

Other APIs Criteo publishes across the network.

Criteo MCP Servers
Criteo Accounts API
Criteo Advertiser API
Criteo Analytics API
Criteo Audience API
Criteo Balance API
Criteo Billing API
Criteo Campaign API
Criteo Catalog API
Criteo Creative API
Criteo Gateway API
Criteo Segment API
Where this information came from

This is an independent, third-party profile of Criteo Reco API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.