Sign in

Get environment variable

documented

Retrieve a specific environment variable for a team/account.

GET /api/v1/accounts/{account_id}/env/{key}Accountsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.netlify.com/api/v1/accounts/{{$account_id}}/env/{{$key}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Get environment variable · netlify · OpenIntegrations