API Responses

The Liminal API returns the following HTTP status codes:

HTTP Status CodeMeaningDescription
200SuccessThe operation succeeded.
201CreatedA new object was created.
202AcceptedThe operation succeeded, but requires approval (e.g. sending funds).
206Partial ContentThe server is delivering only part of the resource.
400Bad RequestThe client's request is invalid.
401UnauthorizedAuthentication failed (e.g. invalid token specified by the Authorisation header).
403ForbiddenAuthentication failed, but the operation is not allowed.
404Not FoundThe requested resource does not exist.
429Too Many RequestsThe client request rate exceeded the limit.