Response Codes

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 CodesStatusDescription
200SuccessfulYour request was successful
201CreatedSuccessfully Created
400Bad RequestMost likely an invalid syntax. Check all parameters.
401UnauthorizedYou are unauthorized for this request.
404Not FoundURL not recognized. Check to confirm the right URL.
429Too Many RequestsYou have sent too many requests that has exceeded the rate limit. You need to wait a while.
500,503Internal Server ErrorThis is a very rare occurrence where the server is unable to process a request properly.