List of HTTP Errors

List of all API HTTP Errors and what they mean.


Overview

There are some universal commom HTTP error codes based in a default documentation. You can see the official document here with all codes, but below we describes a resume of the most commom erros responses.

Rangerelates toaction
HTTP 2xxSuccess CodesResponse Successful.
HTTP 3xxRedirection CodesDestination was changed, some changes may be required in the API integration.
HTTP 4xxClient error codesError found in client side, review your integration code and its input parameters. Most 4xx errors returns in its details what actually went wrong.
HTTP 5xxServer error codesError found on server side, probably some temporary unavailability. Most 5xx errors returns in its details what actually went wrong. Fore more information, [help.bitcapital.com.br](contact the support).

Client Request Errors

Below there is a list with the most common errors codes that you should be aware of during the API integration process.


Internal Server Errors

Below there is a list with the most common errors codes that you should be aware of during the API integration process.

HTTP StatusFull reference
500500 - Internal Server Error
503TBD