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
| Area | Reference |
|---|---|
| Products & models | Product API |
| Categories | Category API |
| Attributes | Attribute API |
| Assets | DAM API |
| Users & auth | IAM API |
| Connectors & export | Integration API |
| Jobs | Job API |
| Dashboard / search | Search API |