API playground
Send authenticated Customer API requests from the browser against production or the shared sandbox.
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.
For the full schema browser, open the API reference.
Interactive playground
Send authenticated requests from your browser. Switch between production and the shared sandbox.
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
- API reference — full OpenAPI explorer
- TypeScript SDK — typed client for all endpoints
- Webhooks overview — event delivery when resources change