Get Started
This document provides an overview of the Quave Cloud API and how to use it.
Base URL
The base URL for all requests is https://api.quave.cloud/v1
.
Authentication
To authenticate requests, set the Authorization
header with either the user or env token. However, some endpoints accept only the user token.
You can get your user token from your profile page and the env token from your app's env settings page.
Request Processing
Some requests are processed asynchronously.
In such cases, the response will be { "status": "Ok" }
, but the operation will continue in the background.
Even if the response is successful, the operation may still be in progress.
For example, if you try to remove a host that doesn't exist, the response will still be { "status": "Ok" }
, but the host will not be removed.