cURL
curl --request GET \ --url https://api.example.com/api/v1/campaigns/{campaign_id}/variables
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
If successful returns a json with the needed variables for the campaign.
The ID of the campaign to get the variables from.
Successful Response