Read and write contacts, conversations, campaigns, messages, and analytics data via a documented REST API.
Generate, rotate, and revoke API keys from the dashboard. Scoped keys available for read-only or write access.
Subscribe to real-time events: new message, conversation assigned, deal stage changed, CSAT received, and more.
Clean, consistent JSON responses. Pagination, filtering, and sorting built into every list endpoint.
Every endpoint documented with request/response examples, authentication instructions, and rate limit info.
Generous rate limits for Pro and Enterprise plans. Retry headers and idempotency keys supported.
Go to Settings → Developer → API Keys. Click 'Create Key', name it, choose its scope, and copy the key. It only shows once.
Pass your API key in the Authorization header: Bearer <your-api-key>. All requests require HTTPS.
Use our REST API to fetch contacts, send messages, create deals, tag contacts, or pull analytics. Full reference at /api-reference.
Register a webhook URL to receive real-time POST events for any action in Wazelo — new message, resolved conversation, CSAT score received, and more.