OpenAPI specifications
Download OpenAPI specifications and the Postman collection for CataZenta APIs.
Postman collection
Import the ready-made collection:
Download CataZenta-API.postman_collection.json
- Postman → Import → select the file.
- Collection variables:
baseUrl=https://api.catazenta.com. - Run Auth → Login — saves
accessTokenautomatically. - Call Product / Integration / Jobs folders.
OpenAPI specs
| Tool | Suggestion |
|---|---|
| Postman | Import JSON or use collection above |
| Insomnia | Import as OpenAPI collection |
| Contract tests | Diff specs in CI when you upgrade |
| Code generation | OpenAPI Generator for your language |
Specifications
| API area | Download | Interactive docs |
|---|---|---|
| Product | product.json | Product API |
| Category | category.json | Category API |
| Attribute | attribute.json | Attribute API |
| DAM | dam.json | DAM API |
| IAM | iam.json | IAM API |
| Integration | integration.json | Integration API |
| Job | job.json | Job API |
| Search | search.json | Search API |
Base URL
Specs use host api.catazenta.com. Live requests:
https://api.catazenta.com/v1/...
Versioning
See API versioning and changelog.