Get notification metrics grouped by category

GET {{baseUrl}}/metrics/categories

Query the metrics of notification broadcasts and their recipients, grouped by category.

HEADERS

KeyDatatypeRequiredDescription
X-MAGICBELL-API-KEYstring(Required) The (public) API key of your MagicBell project.
X-MAGICBELL-API-SECRETstring(Required) The API secret of your MagicBell project.
Acceptstring

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"}}}