Get Cloud Provider Token​
GET
/cloud-tokens/{uuid}
Get cloud provider token by UUID.
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters​
Path Parameters
uuid*
Token UUID
Type
Requiredstring
Responses​
Get cloud provider token by UUID
application/json
JSON
{
"uuid": "string",
"name": "string",
"provider": "string",
"team_id": 0,
"servers_count": 0,
"created_at": "string",
"updated_at": "string"
}
