GET
/
api
/
v0
/
secrets
/
show env vars
curl --request GET \
  --url https://console.vast.ai/api/v0/secrets/ \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "secrets": {}
}

Authorizations

Authorization
string
header
required

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

Response

Success response with user secrets

success
boolean
Example:

true

secrets
object