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"
}
Language
Authorization
Query
Click Try It! to start a request and see the response here!