2.1 KiB
Return to top
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
string
Required
Responses
200401404
Get cloud provider token by UUID
Content-Type
application/json
SchemaJSON
JSON
{
"uuid": "string",
"name": "string",
"provider": "string",
"team_id": 0,
"servers_count": 0,
"created_at": "string",
"updated_at": "string"
}
GET
/cloud-tokens/{uuid}
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
Try it out
Samples
Powered by VitePress OpenAPI