Response Codes
Introduction
finloup API uses conventional HTTP codes to indicate the status of the request. 2xx
codes indicate that the request
was handled successfully. 4xx
codes indicate an error that occured in the clint side. Finally, 5xx
errors indicate
an unexpected error in the server side, which the server could not handle successfully.
Some of the most often response codes are presented below:
Response Codes Samples
RESPONSE CODE | EXPLANATION |
---|---|
200 OK | The request was handled successfully. |
400 BAD REQUEST | The request failed, often because of invalid request data. |
403 FORBIDDEN | No or invalid authentication credentials (API key) were provided. |
404 NOT FOUND | The request URL does not exist. |
500 SERVER ERROR | An unexpected error occured. |