Skip to main content

Get Started

This document provides an overview of the ZCloud API and how to use it.

Authentication

To authenticate requests, set the Authorization header with either the user or env 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.