Retrieve the environment variables as added in the Nango dashboard
curl --request GET \ --url https://api.nango.dev/environment-variables
[ { "name": "MY_SECRET_KEY", "value": "SK_373892NSHFNCOWFO..." } ]
The name of the environment variable
"MY_SECRET_KEY"
The value of the environment variable
"SK_373892NSHFNCOWFO..."
Was this page helpful?