Skip to main content

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 CODEEXPLANATION
200 OKThe request was handled successfully.
400 BAD REQUESTThe request failed, often because of invalid request data.
403 FORBIDDENNo or invalid authentication credentials (API key) were provided.
404 NOT FOUNDThe request URL does not exist.
500 SERVER ERRORAn unexpected error occured.