HTTP Status Codes
The Krayon API returns the following HTTP status codes:
Status code | Meaning | Description |
---|---|---|
200 | Success | The request was successful. |
201 | Created | A new object was created. |
204 | No Content | Request fulfilled, nothing follows. |
400 | Bad Request | The request was improperly formed and could not be understood by the server, often due to invalid syntax, insufficient funds, or a missing required parameter. |
401 | Unauthorized | Authentication failed (e.g. invalid token specified by the Authorization header). |
403 | Forbidden | The provided API token does not have permission to perform the requested action. |
404 | Not Found | The requested resource does not exist. |
409 | Conflict | The requested resource cannot proceed with the requested action because it is not in the required state. |
429 | Too Many Requests | Client request rate requests exceeded the limit. |
500 | Internal Server Error | Something went wrong on the Krayon Digital side. We have been alerted and are working on it. |
502 | Bad Gateway | Something went wrong on the Krayon Digital side. We have been alerted and are working on it. |
503 | Service Unavailable | Something went wrong on the Krayon Digital side. We have been alerted and are working on it. |
504 | Gateway Timeout | Something went wrong on the Krayon Digital side. We have been alerted and are working on it. |
Updated 10 months ago