Response Code

Liquid Platform uses conventional HTTP status codes to indicate the success or failure of an API request.

HTTP Status Code

Refer to table below for description of HTTP status codes

Status CodeDescriptionCase
200OkSuccessful case
400Bad RequestRequest unacceptable

E.g. Invalid parameters

401UnauthorisedNot authorised to access

E.g. Accessing retricted data without proper permission

402Request FailedRequest failed to processed

E.g. Valid parameter sent but the request cannot be processed at the moment

404Not FoundResource not found

E.g. Either URI or requested data cannot be found

500Internal Server ErrorRequest cannot be processed at the moment

E.g. An exception case happened over server side