get https://api.snappy.com/public-api/v2/campaigns/
Gets one campaign by id.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Gets one campaign by id.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://api.snappy.com/public-api/v2/campaigns/campaignId \
--header 'accept: application/json'
xxxxxxxxxx
23{
"id": "12345678",
"createdAt": "2022-12-06T09:50:38.536Z",
"updatedAt": "2022-12-06T09:50:38.536Z",
"name": "My Campaign",
"account": {
"id": "12345678",
"name": "My Account"
},
"type": "birthday",
"giftsExpirationInDays": 30,
"giftExpirationDate": "2022-12-06T09:50:38.536Z",
"properties": [
{
"budget": 100,
"collection": {
"id": "12345678",
"name": "My Collection",
"defaultCountry": "US"
}
}
]
}