GET
/
environment-variables
curl --request GET \
  --url https://api.nango.dev/environment-variables \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "MY_SECRET_KEY",
    "value": "SK_373892NSHFNCOWFO..."
  }
]

Authorizations

Authorization
string
header
required

The secret key from your Nango environment.

Response

200 - application/json

Retrieve the environment variables as added in the Nango dashboard

The response is of type object[].