Code | Meaning |
---|
200 | The request was successful. |
201 | The request was successful and a new resource was created. |
400 | Bad Request -- The request could not be understood or was missing required parameters. |
401 | Unauthorized -- Authentication failed or user does not have permissions for the requested operation. |
404 | Not Found -- The requested resource was not found. |
429 | Too Many Requests -- Too many requests hit the API too quickly. |
500 | Internal Server Error -- We had a problem with our server. Try again later. |
503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later. |