Viqeo.tv has a REST API which accepts JSON requests and send JSON responses.
ℹ️ API description in Swagger: https://pubapi.viqeo.tv/api/public-docs
👉 OAuth test application: https://pubapi.viqeo.tv/v1/oauth_test
API Requests & Responses
Each request to the server must contain user authorisation information and the correct Content-Type header (with the value "application/json").
API uses the following query methods: GET, POST, PUT, PATCH, DELETE.
Limits
Calls of all public API methods are subject to the following restrictions:
Maximum number of API requests: 500 requests / minute
The current number of requests per minute is presented in the HTTP headers “X-Rate-Limit-Limit” and “X-Rate-Limit-Remaining” in the response.
Result Codes
Depending on the result of the request, the response will be created with one of the following statuses (HTTP Status Code):
200 – Request is correct
201 Created – New property creation successful
401 – Authorisation error or Request is not authorised
403 – Access to restricted property
422 – Internal function check error
500 – Internal Service Error