Skip to main content
GET
/
prod
/
api-campaign
/
{id}
Get API Campaign
curl --request GET \
  --url https://api.aimtell.com/prod/api-campaign/{id} \
  --header 'X-Authorization-Api-Key: <api-key>'
{
  "id": 361207856,
  "objectId": "608ada95ee9eb",
  "owner_uid": "76cedd11b19e",
  "campaignId": null,
  "title": "test",
  "body": "notification",
  "link": "https://google.com",
  "idSite": 2459,
  "customIcon": null,
  "customImage": null,
  "segmentId": null,
  "alias": null,
  "uids": "ae796f72-3c9a-6bc0-37c0-a7ad802e7f94",
  "processed": 1,
  "response": "{'result':'success','count':1,'bounced':0}",
  "createdAt": "2021-04-29 16:11:02",
  "updatedAt": null
}

Authorizations

X-Authorization-Api-Key
string
header
default:""
required

Path Parameters

id
string
required

Campaign objectID

Response

200