Skip to main content
GET
/
v4
/
variables
List all variables
curl --request GET \
  --url https://api.kadoa.com/v4/variables/ \
  --header 'x-api-key: <api-key>'
{
  "variables": [
    {
      "id": "<string>",
      "key": "<string>",
      "value": "<string>",
      "createdAt": "<string>",
      "dataType": "STRING",
      "updatedAt": "<string>"
    }
  ],
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200

Response containing a list of variables

variables
Variable · object[]
required
error
string | null
required