Skip to main content
GET
/
applications
/
v1
/
projects
/
{id}
/
env
List environment variables
curl --request GET \
  --url https://api.case.dev/applications/v1/projects/{id}/env \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Project ID

Query Parameters

decrypt
boolean
default:false

Whether to decrypt and return values (requires appropriate permissions)

Response

Success