Common HTTP statuses
Error body
The gateway may return a gRPC-transcoded error body. The exact body can vary by service and gateway layer, so clients should key primarily on HTTP status and then log any returnedcode, message, or details.
Client handling
- Retry
429and transient5xxresponses with exponential backoff. - Retry validation failures only after changing the request.
- Treat
401as an API-key or credential configuration failure. - Treat
403as an organization/resource access failure. - Log only request ids and non-sensitive identifiers. Keep API keys, signed transactions, launch URLs, OTP values, and upstream provider payloads out of logs.

