API reference
Interactive OpenAPI reference for the Wocha Customer API.
The Wocha Customer API is the programmatic management interface for SaaS tenants. Authenticate with a management API key (wocha_mgmt_...) or OAuth 2.0 bearer token.
Cloud base URL: https://TENANT.api.wocha.ai/v1 (replace TENANT with your tenant slug)
Sandbox base URL: https://sandbox.api.wocha.ai/v1
Self-hosted base URL: point at your deployment's Customer API prefix.
Interactive playground
Send authenticated requests from your browser. Credentials stay in localStorage on your device. Switch between production and the shared sandbox tenant.
OpenAPI explorer
Browse endpoints, schemas, and authentication options below. Set a bearer token in Scalar's auth panel to send requests against your tenant.
Try endpoints
Each endpoint group includes an inline Try it panel pre-filled from the OpenAPI spec.
Quick examples
Try a single endpoint inline in any doc page:
Authentication
| Method | Header | Notes |
|---|---|---|
| Management API key | Authorization: Bearer wocha_mgmt_... | Recommended for server-side integrations |
| OAuth 2.0 | Authorization: Bearer eyJ... | Access token with required scopes; add X-Tenant-Id when needed |
Create and rotate keys in the Wocha Console or via the API.
Related
- TypeScript SDK — typed client for all endpoints
- Webhooks overview — event delivery when resources change