Fetch all variables for a specific org.
cURL
curl --request GET \ --url https://api.example.com/orgs/{org_id}/variables
[ { "key": "<string>", "value": "<string>", "secret": true } ]
The ID of the org
Page number
Number of items to take
Next page token (Only used on special endpoints)
An array of org variables.
The key of the org variable
128
The value of the org variable
2048
Indicates if the variable is a secret
true
Was this page helpful?