UNI-Cloud API 1.1

Homepage Integration

Overviewchevron_right
Endpointschevron_right

API Changelog

Please beware that the documentation is still in Alpha!

linkErrors

If an error occurs, the response body will contain more information about the error in JSON format.
Here is an example of a JSON error response:

1link{

2link "error": "INVALID_PARAMETER",

3link "error_description": "The 'sort' parameter is invalid."

4link}