Base URL
All endpoints live under a single host, with your workspace subdomain as a path parameter:acme, a list-contacts call is:
Authentication
Every request requires a bearer token:Response shape
Successful responses use:Versioning
The current version isv1. Additive changes ship inside v1. Breaking changes ship under a new version prefix.
Endpoints by resource
Templates
WhatsApp templates (read-only).
List
Message status
Poll a message’s delivery state.
Get status
Phone validation
Validate the format of a phone number.
Validate
Conventions
- Content-Type —
application/jsonon requests with a body. - Timestamps — ISO-8601 in UTC, microsecond precision.
- Pagination — Laravel paginator format, nested under
data. See Data Types. - Errors — consistent
{ status, message, errors }envelope. See Errors.
Need help?
- Browse the data types reference to understand every field.
- Read the webhooks section if you want contact / status / source events pushed to you.