v6

latestOpenAPI 3.1.02026-08-03265555.4 KB
Campaigns

Get Required Variables

If successful returns a json with the input variables for the campaign.

get/api/v1/campaigns/{campaign_id}/variables

Path parameters

campaign_idstring required

The ID of the campaign to get the variables from.

The ID of the campaign to get the variables from.

Query parameters

view'basic' | 'full'

basic (default) returns a JSON array of the required variable names. full returns every input variable (required and optional) as objects with name, required, type and description.

Response

Successful Response

{"stackTrail":"paths:/api/v1/campaigns/{campaign_id}/variables:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}