Skip to main content
GET
CPC category catalog
The category catalog used to target CPC widgets. It has two levels:
  • Groups (categories[]): top-level groups such as Age, Ethnicity or Body Type. A group itself can’t be picked.
  • Tags (categories[].tags[]): the pickable values inside each group.
Only active entries are returned, in display order. The endpoint takes no parameters and isn’t paginated: the full catalog comes in one response.

Tag fields

Keeping your copy in sync

Mirror the catalog into your own database instead of requesting it on every page load:
  1. Fetch the catalog and store it together with version.
  2. Poll the endpoint periodically and compare the returned version with the one you stored.
  3. Re-sync only when version differs. It changes only when the catalog itself changes.
Match groups and tags by slug, not by name. Names can be edited, slugs stay the same.

Authorizations

Authorization
string
header
required

Response

200 - application/json

Success

status
enum<string>
Available options:
success
version
string

Catalog fingerprint (16 hex chars). Changes only when the catalog changes.

Pattern: ^[0-9a-f]{16}$
count
integer

Number of top-level groups in categories.

categories
object[]