Look up the status of a previously-sent message
GET/v1/whatsapp/messages/:id
Look up the status of a previously-sent message
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Message found.
Response Headers
Correlation id for this request — paste into support tickets.
Authentication failed. Single code (invalid_api_key) covers every
sub-case: missing header, wrong scheme, malformed/unknown/revoked
key. The message field disambiguates for humans debugging.
Response Headers
Correlation id for this request — paste into support tickets.
Authenticated, but not authorized. insufficient_scope (key lacks
the required scope) or agent_not_authorized (key is restricted to
specific agents and this one isn't allowlisted).
Response Headers
Correlation id for this request — paste into support tickets.
Resource not found. message_not_found for unknown message ids;
endpoint_not_found for unmatched /v1/ paths.
Response Headers
Correlation id for this request — paste into support tickets.
Per-key rate limit hit. Default is 60/min/key. Retry-After tells
you when to retry; X-RateLimit-Reset is the Unix timestamp of the
next window.
Per-success-response
X-RateLimit-*headers are a known gap; on 2xx responses these headers are NOT currently emitted. Customers should rely on 429 +Retry-Afterfor backoff signals.
Response Headers
Correlation id for this request — paste into support tickets.
Seconds to wait before retrying.
The configured per-minute limit on this API key.
Remaining requests in the current window. 0 on rejection.
Unix timestamp at which the current window resets.
Unexpected server-side failure. Retry with exponential backoff. If
the failure persists, send us the correlation_id.
Response Headers
Correlation id for this request — paste into support tickets.