envvars
List environment variables
List all environment variables for a specific project and environment.
get/api/v1/projects/{projectRef}/envvars/{env}
Response
Successful request
Example response
[
{
"name": "SLACK_API_KEY",
"value": "slack_123456"
}
]