2.1 KiB
2.1 KiB
Return to top
Validate Cloud Provider Token
==================================================================================================================================================
POST
/cloud-tokens/{uuid}/validate
Validate a cloud provider token against the provider API.
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
Token validation result.
Content-Type
application/json
SchemaJSON
JSON
{
"valid": true,
"message": "Token is valid."
}
POST
/cloud-tokens/{uuid}/validate
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
Try it out
Samples
Powered by VitePress OpenAPI