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>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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.