Carillon docs
Messages

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.

GET
/v1/messages/tags

Distinct tags from stored campaigns in this app and API key mode. Does not list device or user tags. No queue is required.

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

Query Parameters

cursor?string

The next_cursor returned by the previous page. Omit for the first page.

Length1 <= length <= 64

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/v1/messages/tags"
{  "tags": [    "string"  ],  "next_cursor": "string"}