Skip to main content

HTTP Status Codes

All HTTP response status codes are separated into five classes or categories :

  • 1xx informational response – the request was received, continuing process
  • 2xx successful – the request was successfully received, understood, and accepted
  • 3xx redirection – further action needs to be taken in order to complete the request
  • 4xx client error – the request contains bad syntax or cannot be fulfilled
  • 5xx server error – the server failed to fulfil an apparently valid request
info

Different product may implement different response and status code. Please refer to the respective API product reference to learn more on the specification.

Common HTTP Return Codes

HTTP StatusDescription
200OK
400Bad Request
401Unauthorized
403Forbidden
404Not found
429Too Many Requests
500Internal server error
503Service unavailable