BlacBox uses standard HTTP response codes to indicate the status of a particular request.
These responses are grouped into:
- Informational Responses - (100 - 199)
- Successful Responses - (200 - 299)
- Redirects - (300 - 399)
- Client Errors - (400 - 499)
- Server Errors - (500 - 599)
Status Codes | Status | Description |
---|---|---|
200 | Successful | Your request was successful |
201 | Created | Successfully Created |
400 | Bad Request | Most likely an invalid syntax. Check all parameters. |
401 | Unauthorized | You are unauthorized for this request. |
404 | Not Found | URL not recognized. Check to confirm the right URL. |
429 | Too Many Requests | You have sent too many requests that has exceeded the rate limit. You need to wait a while. |
500,503 | Internal Server Error | This is a very rare occurrence where the server is unable to process a request properly. |