get
https://api.motionlab.io/v2/campaignInfo
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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"
}
