The Liminal API returns the following HTTP status codes:
HTTP Status Code | Meaning | Description |
---|---|---|
200 | Success | The operation succeeded |
201 | Created | A new object was created |
202 | Accepted | The operation succeeded, but requires approval (e.g. sending funds) |
206 | Partial Content | The server is delivering only part of the resource. |
400 | Bad Request | The client's request is invalid |
401 | Unauthorized | Authentication failed (e.g. invalid token specified by the Authorization header) |
403 | Forbidden | Authentication failed, but the operation is not allowed |
404 | Not Found | The requested resource does not exist |
429 | Too Many Requests | The client request rate exceeded the limit |