Carillon docs
Messages

Get hourly campaign opens

GET
/v1/messages/{id}/opens
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
Formatuuid

Response 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    }  ]}