HTTP Response Status Codes
- Print
- DarkLight
- PDF
HTTP Response Status Codes
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback!
HTTP Response status codes along with a brief summary of their commonly accepted usage. These status codes are returned by LightBox APIs for each request:
| 200 | The request succeeded. |
| 201 | The object was created successfully |
| 202 | Accepted, no content |
| 204 | Successful, no content |
| 204 | The server has successfully fulfilled the request and that there is no additional content to send in the response payload body. Typically returned on a DELETE |
| 400 | One or more of the request parameters were invalid. |
| 401 | The client must authenticate itself to get the requested response. Note: This could also be due to your trial key has expired. |
| 404 | The server cannot find the requested resource. This can also mean that the endpoint is valid but the resource itself does not exist. |
| 429 | Too many requests were made in a short period of time, or you have exceeded your request-lot pool. |
| 500 | The server has encountered an error it does not know how to handle. |
| 503 | Service Unavailable. |
Was this article helpful?
.png)