X-Api-Key) — you do not need to log in to the Wazapin dashboard or use session cookies.
Try it
- Open the API reference tab.
- Pick an endpoint — start with Send a message or GET /v1/channels.
- In the Auth panel, paste your API key (
wzp_...). - Fill the request body and click Run.
X-Api-Key header — same as cURL from your server.
Where the playground appears
- OpenAPI pages — every endpoint under API reference (from
docs.json). - Custom reference pages — pages with
api:in frontmatter for narrative examples alongside the playground.
Self-hosted docs (docs.wazapin.id)
If Run fails with a network error, your reverse proxy may be blocking Mintlify’s proxy path. Allow:
Prefer cURL or the SDK?
- Quickstart — first message without the playground
- TypeScript SDK — typed builders in code
- Postman collection — import and run offline