Get a campaign
Path parameters
-
The campaign ID
GET /campaign/{id}
curl \
-X GET https://api.spotlumos.com/campaign/{id} \
-H "X-API-KEY: $API_KEY"
Response examples (200)
{
"campaignId": "string",
"name": "string",
"description": "string",
"business": {},
"startDate": {},
"endDate": {},
"geo": [],
"files": [],
"status": "string",
"reporting": "string",
"timestamp": 42.0
}
Response examples (200)
{
"campaignId": "string",
"name": "string",
"description": "string",
"business": {},
"startDate": {},
"endDate": {},
"geo": [],
"files": [],
"status": "string",
"reporting": "string",
"timestamp": 42.0
}
Response examples (400)
{
"message": "string"
}
Response examples (400)
{
"message": "string"
}