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