Skip to main content

HTTP status codes

The API returns HTTP status codes.

Status codeDescription
200 OkThe request succeeded.
400 Bad RequestRequest is not well-formed, syntactically incorrect, or violates schema.
401 UnauthorizedThe JWS token is not valid.
404 Not FoundThe request resource does not exist.
409 ConflictThe operation has been locked for this idempotency key.
429 Too Many RequestsThe rate limit has been exceeded.
500 Internal Server ErrorThere was an internal server error.
503 Service UnavailableThe server is not ready to handle the request right now, but it can be retried later.