HTTP responses
The API uses HTTP responses to indicate success or error.
HTTP status | Why |
---|---|
200 OK |
|
400 Bad Request |
|
401 Unauthorized |
|
403 Forbidden |
|
404 Not Found |
|
406 Not Acceptable |
|
429 Too Many Requests |
|
500 Server Error |
|
502 Bad Gateway |
|
503 Service Unavailable |
|
504 Gateway Timeout |
|
Updated about 3 years ago
Did this page help you?