Skip to content

Http Status Code

Http Status Code

Error Code Label Meanning
200 OK Everything worked as expected.
400 BAD_REQUEST The request was unacceptable.
401 UNAUTHORIZED No valid API authentication key provided or key is expired.
403 FORBIDDEN The API key doesn't have permissions to perform the request.
404 NOT_FOUND The requested resource doesn't exist.
422 PARAMETER_ERROR Required parameter was missing or parameter with wrong format.
500 INTERNAL_ERROR We had a problem with Liquido's server. Please try again later.
502 GATEWAY_ERROR Bank gateway error. Please try again later.
503 SERVICE_UNAVAILABLE We're temporarily offline for maintenance. Please try again later.
Back to top