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