List Cloud Provider Tokens​
GET
/cloud-tokens
List all cloud provider tokens for the authenticated team.
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Responses​
Get all cloud provider tokens.
application/json
JSON
[
{
"uuid": "string",
"name": "string",
"provider": "string",
"team_id": 0,
"servers_count": 0,
"created_at": "string",
"updated_at": "string"
}
]
