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
Requiredstring
Responses​
Token validation result.
application/json
JSON
{
"valid": true,
"message": "Token is valid."
}
