Skip to main content
GET
/
api
/
v1
/
env_vars
cURL
curl --request GET \
  --url https://api.example.com/api/v1/env_vars \
  --header 'Authorization: Bearer <token>'
{
  "vars": {}
}

Authorizations

Authorization
string
header
required

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

Response

Current environment variables

Response body for GET /env_vars and PUT /env_vars.

vars
object
required

All environment variables currently set for the authenticated user.