GET
/
environment-variables
curl --request GET \
  --url https://api.nango.dev/environment-variables
[
  {
    "name": "MY_SECRET_KEY",
    "value": "SK_373892NSHFNCOWFO..."
  }
]

Response

200 - application/json
Retrieve the environment variables as added in the Nango dashboard
name
string

The name of the environment variable

Example:

"MY_SECRET_KEY"

value
string

The value of the environment variable

Example:

"SK_373892NSHFNCOWFO..."