Variables
List variables
Returns non-sensitive variables, including values.
get/api/v1/variables
Response
Variable list
Example response
{
"data": [
{
"name": "DEPLOY_ENV",
"value": "production"
}
]
}Changes
Changed in 1 of the 134 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○