Create Cloud Provider Token​
POST
/cloud-tokens
Create a new cloud provider token. The token will be validated before being stored.
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Request Body​
application/json
JSON
{
"provider": "hetzner",
"token": "your-api-token-here",
"name": "My Hetzner Token"
}
Responses​
Cloud provider token created.
application/json
JSON
{
"uuid": "og888os"
}
