Cloud Tokens
Validate Cloud Provider Token
Validate a cloud provider token against the provider API.
post/cloud-tokens/{uuid}/validate
Path parameters
uuidstring required
Token UUID
Response
Token validation result.
Example response
{
"valid": true,
"message": "Token is valid."
}Changes
No recorded changes to this endpoint across all 55 revisions of this API.