Skip to main content
GET
/
api
/
v1
/
campaigns
/
{campaign_id}
/
variables
Get Required Variables
curl --request GET \
  --url https://api.example.com/api/v1/campaigns/{campaign_id}/variables
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

campaign_id
string
required

The ID of the campaign to get the variables from.

Response

Successful Response