get https://api.motionlab.io/v2/apiparameters
List campaign parameters
To list parameters for selected campaign and their properties. Especially useful when Motionlab platform is custom integrated to automation services like Integromat, SmartEmailing, Exponea, or in scenarios where such capability is needed.
Example response
[
{
"key": "firstname",
"order": 0,
"label": "firstname",
"type": "text",
"required": true,
"zoom": null,
"mapType": null,
"imageFormatType": null,
"options": null
},
...
]