Messages
Get hourly campaign opens
Authorization
ApiKey AuthorizationBearer <token>
An API key, sent as Authorization: Bearer carillon_sk_live_…. A secret key sends, reads traces and manages devices; a mobile key may only register its own device and report that device’s events.
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
application/problem+json
curl -X GET "https://example.com/v1/messages/497f6eca-6276-4993-bfeb-53cbbbba6f08/opens"{ "hours": [ { "hour": "2019-08-24T14:15:22Z", "opened": 0 } ]}Read a campaign and its delivery trace GET
Previous Page
Send or schedule a notification POST
Create a campaign for one of four audiences: device_ids, external_ids, all devices, or a saved audience (audience_id). Sending runs asynchronously. Use Idempotency-Key for retries and dedup_key to reject duplicate business notifications for 30 days.