Sazabi
APISandbox environment variables

Get sandbox environment variable

GET
/sandbox-environment-variables/{key}

Check whether a specific custom sandbox environment variable is configured for a project.

Path Parameters

key*string

Environment variable name to fetch.

Match^[A-Za-z_][A-Za-z0-9_]*$
Length1 <= length <= 256

Query Parameters

projectId?string

Project to inspect. Required for organization-scoped keys; auto-filled from a project-scoped key when omitted.

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/sandbox-environment-variables/string"
{  "environmentVariable": {    "key": "string"  }}