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

valuestring required

Example response

{
  "value": "slack_123456"
}

Changes