Status codes
429 is not a general throttle on the API. It is returned only by the
endpoints authenticated with the securityToken header / Bearer /
userSecurityToken forms — in the public API, logo and receipts — after
30 failed authentication attempts from the same IP within one hour. The
letter, e-mail and WhatsApp endpoints do their own authentication and never
answer 429.Envelopes
- Standard (letters, e-mail, WhatsApp messages)
- WhatsApp templates / logo
- Favorites / number check
status mirrors the HTTP
status code, and status_message carries the reason on an error.The envelope’s
status / code field always mirrors the real HTTP status
code — errors are never wrapped in an HTTP 200.Request ids
Endpoints using the standard envelope also return anX-Request-ID response
header:
request_id in the body instead of the header. Favorites and the number
check return neither.