Skip to main content
GET
/
api
/
v0
/
users
/
cloud_integrations
show connections
curl --request GET \
  --url https://console.vast.ai/api/v0/users/cloud_integrations/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "cloud_type": "<string>",
    "name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://vastai-80aa3a82-fix-google-validation-docs-404s.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Response

Success response

id
integer

Unique identifier for the cloud connection.

cloud_type
string

Type of cloud service.

name
string

User-given name for the cloud connection.