Commit inicial - estructura base del proyecto
This commit is contained in:
@@ -0,0 +1,93 @@
|
||||
[Skip to content](https://coolify.io/docs/api-reference/api/operations/validate-cloud-token-by-uuid#VPContent)
|
||||
|
||||
Return to top
|
||||
|
||||
Validate Cloud Provider Token[](https://coolify.io/docs/api-reference/api/operations/validate-cloud-token-by-uuid#validate-cloud-provider-token)
|
||||
|
||||
==================================================================================================================================================
|
||||
|
||||
POST
|
||||
|
||||
/cloud-tokens/{uuid}/validate
|
||||
|
||||
Validate a cloud provider token against the provider API.
|
||||
|
||||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/validate-cloud-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[](https://coolify.io/docs/api-reference/api/operations/validate-cloud-token-by-uuid#parameters)
|
||||
|
||||
------------------------------------------------------------------------------------------------------------
|
||||
|
||||
### Path Parameters
|
||||
|
||||
uuid\*
|
||||
|
||||
Token UUID
|
||||
|
||||
Type
|
||||
|
||||
string
|
||||
|
||||
Required
|
||||
|
||||
Responses[](https://coolify.io/docs/api-reference/api/operations/validate-cloud-token-by-uuid#responses)
|
||||
|
||||
----------------------------------------------------------------------------------------------------------
|
||||
|
||||
200401404
|
||||
|
||||
Token validation result.
|
||||
|
||||
Content-Type
|
||||
|
||||
application/json
|
||||
|
||||
SchemaJSON
|
||||
|
||||
JSON
|
||||
|
||||
{
|
||||
|
||||
"valid": true,
|
||||
|
||||
"message": "Token is valid."
|
||||
|
||||
}
|
||||
|
||||
POST
|
||||
|
||||
/cloud-tokens/{uuid}/validate
|
||||
|
||||
Playground[](https://coolify.io/docs/api-reference/api/operations/validate-cloud-token-by-uuid#playground)
|
||||
|
||||
------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Authorization
|
||||
|
||||
bearerAuth
|
||||
|
||||
Variables
|
||||
|
||||
Key
|
||||
|
||||
Value
|
||||
|
||||
uuid\*
|
||||
|
||||
Try it out
|
||||
|
||||
Samples[](https://coolify.io/docs/api-reference/api/operations/validate-cloud-token-by-uuid#samples)
|
||||
|
||||
------------------------------------------------------------------------------------------------------
|
||||
|
||||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|
||||
Reference in New Issue
Block a user