Environment Variables
Get Variable Value
Resolve a single environment-variable value in its scope.
GET
Resolve the value of a variable definition in the appropriate scope. For linked-account or workflow scope, pass the corresponding query parameter. Encrypted values are redacted in the response.
Option 2 — Session token
Authentication
This endpoint resolves a scoped value, so it accepts either authentication method. Option 1 — API keyYour Refold API key.
Required (header or query) for linked-account-scoped values.
Session token, for the account’s own scope. Format:
Bearer YOUR_SESSION_TOKENPath Parameters
The variable definition ID.
Query Parameters
Resolve the linked-account-scoped value.
Resolve the workflow-scoped value.
Override the environment.
Response
- 200 OK
- 404 Not Found