envvars
Retrieve environment variable
Retrieve a specific environment variable for a specific project and environment.
get/api/v1/projects/{projectRef}/envvars/{env}/{name}
Response
Successful request
Example response
{
"value": "slack_123456"
}Retrieve a specific environment variable for a specific project and environment.
Successful request
{
"value": "slack_123456"
}