HTTP status codes

A message a website 's server sends to the browser to indicate whether or not that request can be fulfilled

HTTP status codeTitleDescription
200OkRequest was successful
201CreatedRequest successful
204No contentNo data found
400Bad RequestInvalid data given. Details are available in the response.
401UnauthorizedGeneral authorization error. Incorrect login or password.
OR
The user doesn't have rights to request this information.
OR
Your token has expired.
402Payment Required In the case of subscription termination, access to the data via the API will be closed 30 days after the end of the subscription. In response to requests, the server will return a 402 HTTP code.
403ForbiddenAccess to this account is prohibited from your IP address.
404Page Not foundA server could not find a client-requested webpage.
405Method Not Allowed You can't use this method, make sure you use the correct method.
422Unprocessable entityRequest can not be processed. Details are available in the request response.
429Too Many RequestThe user has sent too many requests in a given amount of time.
500 Internal Server ErrorThe server encountered an unexpected condition that prevented it from fulfilling the request.