Uncloud uses bearer token authentication for API access. Create API tokens from the dashboard or API, then include them in your requests.

Using Tokens

Include the token in the Authorization header:

Create a Token

Response:
The token field is only returned once at creation time. Store it securely — it cannot be retrieved again.

List Tokens

Response:

Revoke a Token

The token is immediately invalidated and cannot be used for further requests.

Token Scopes

Scopes restrict what a token can do: A token with no scopes has full access (equivalent to an admin token).