Skip to main content

API overview

CataZenta provides REST APIs for catalog, media, identity, and channel operations. All requests go through your environment’s API gateway using versioned paths such as /v1/products, /v1/auth, and /v1/connectors.

Base URL

All REST and MCP traffic uses the public API host:

https://api.catazenta.com

Example product list: GET https://api.catazenta.com/v1/products

Credentials and tenant scope are issued during onboarding — contact CataZenta if you need access.

Conventions

  • JSON request and response bodies
  • JWT bearer authentication
  • Tenant scope on catalog APIs (from token or agreed header)
  • Paginated list endpoints (page, page_size)
  • Standard error envelope — see Pagination & errors

OpenAPI

Each API area has an OpenAPI specification. This site renders them interactively (Redoc) and offers downloads on the OpenAPI downloads page.

API areas

AreaReference
Products & modelsProduct API
CategoriesCategory API
AttributesAttribute API
AssetsDAM API
Users & authIAM API
Connectors & exportIntegration API
JobsJob API
Dashboard / searchSearch API