List all variables

GET https://api.cronhooks.io/environment-variables

REQUEST

curl "https://api.cronhooks.io/environment-variables" \
-H "Authorization: Bearer <YOUR_API_TOKEN>"

Response

{
  "items": [
    {
      "key": "BASE_URL",
      "value": "https://api.cronhooks.io",
      "protected": false
    },
    {
      "key": "API_KEY",
      "value": "key_b1c4553be9dab17879b4a2ba2c5aecc2c13cafef",
      "protected": true
    }
  ]
}