Status code | Description |
---|---|
200 | The request was successful. |
201 | The request was successful and the new resource was created. |
202 | The request was successful. The action you requested has been queued. |
400 | The user request was invalid. Usually this means the request failed validation. |
401 | The user was unauthenticated or does not have access to this resource. |
403 | The user does not have the privileges to perform this action. |
404 | This specified resource does not exist or or doesn't belong to your organization. |
405 | The resource exists but cannot be accessed via the specified HTTP verb. |
500 | An error occurred within the application. |
501 | The requested functionality has not yet been implemented but will be in future. |
502 | The request was not processed because the server is down. |
503 | The service is unavailable. This can occur when the IP address has been rate limited. |