This documentation explains REST APIs, Websocket (Liquid Tap) and OAuth.
API Version
The current API version is 2. Please include the following header in the request to get correct API behaviors:
Header
Value
X-Quoine-API-Version
2
Base URL
https://api.liquid.com/
All responses are in JSON format with the following status codes:
HTTP200: OK Response is correct. The body of the response will include the data requested.HTTP400: Bad Request There was an error with the request. The body of the response will have more infoHTTP401: Unauthorized Token is invalid. If your API key is wrong a 401 will also be served, so check the response body, it might be that the API_KEY is invalid.HTTP422: Unprocessable Entity There was an error with the request. The body of the response will have more info. Some possible reasons:- Missing params- The format of data is wrongHTTP429: Too Many Requests This status indicates that the user has sent too many requests in a given amount of timeHTTP503: Service Unavailable Many reasons, body will include details- An internal error on Authy.- Your application is accessing an API call you don't have access too.-API usage limit. If you reach API usage limits a 503 will be returned, please wait until you can do the call again.