cURL
curl --request GET \ --url https://api.alpic.ai/v1/environments/{environmentId}/environment-variables \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "key": "<string>", "value": "<string>", "isSecret": true, "createdAt": "2023-11-07T05:31:56Z" } ]
List all environment variables for an environment
Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.
The ID of the environment
The list of environment variables
Was this page helpful?
Contact support