Get notification metrics grouped by topic
GET {{baseUrl}}/metrics/topics
Query the metrics of notification broadcasts and their recipients, grouped by topic.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MAGICBELL-API-KEY | string | (Required) The (public) API key of your MagicBell project. | |
X-MAGICBELL-API-SECRET | string | (Required) The API secret of your MagicBell project. | |
Accept | string |
RESPONSES
status: OK
{"metrics":[["\u003cinteger\u003e","\u003cinteger\u003e"],["\u003cinteger\u003e","\u003cinteger\u003e"]],"labels":["\u003cstring\u003e","\u003cstring\u003e"],"schema":{"metric":[{"entity":"\u003cstring\u003e","operation":"min"},{"entity":"\u003cstring\u003e","operation":"min"}],"label":{"name":"\u003cstring\u003e","type":"timestamp"}}}