List notification tags used in this app
Distinct tags from stored campaigns in this app and API key mode. Does not list device or user tags. No queue is required.
Distinct tags from stored campaigns in this app and API key mode. Does not list device or user tags. No queue is required.
Authorization
ApiKey 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
Query Parameters
The next_cursor returned by the previous page. Omit for the first page.
1 <= length <= 64Response Body
application/json
application/problem+json
curl -X GET "https://example.com/v1/messages/tags"{ "tags": [ "string" ], "next_cursor": "string"}Get hourly campaign opens 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.