get https://api.motionlab.io/v2/campaignInfo
Getting information about campaign
In some scenarios like when Motionlab platform is integrated to another service (take Integromat for example) is needed to get information about selected campaign. With this endpoint is possible to get Display name of campaign or its preview image.
Example response
{
"name": "Campaign name",
"id": "UUID",
"thumbnailUrl": "https://thumbnailURL",
"preset": "None",
"status": "Running"
}