cURL
curl --request GET \ --url https://console.vast.ai/api/v0/users/cloud_integrations/ \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "cloud_type": "<string>", "name": "<string>" } ]
Retrieves the list of cloud connections associated with the authenticated user.
CLI Usage: vastai show connections
vastai show connections
API key must be provided in the Authorization header
Success response
Unique identifier for the cloud connection.
Type of cloud service.
User-given name for the cloud connection.