cURL
curl --request GET \ --url https://api.example.com/api/v1/env_vars \ --header 'Authorization: Bearer <token>'
{ "vars": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Current environment variables
Response body for GET /env_vars and PUT /env_vars.
All environment variables currently set for the authenticated user.
Show child attributes