List notification broadcasts
GET {{baseUrl}}/broadcasts?page=<integer>&per_page=<integer>
List all notification broadcasts. Broadcasts are sorted in descending order by the sent_at timestamp.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | The page number of the paginated response. Defaults to 1. | |
per_page | string | The number of items per page. Defaults to 20. |
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
{"broadcasts":[{"id":"\u003cstring\u003e","title":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","recipients":[{"matches":"\u003cstring\u003e"}],"status":{"status":"\u003cstring\u003e","summary":{"total":"\u003cinteger\u003e","failures":"\u003cinteger\u003e"},"errors":[{"laborum_583":10060013,"dolore351":"ad ex consectetur dolore dolore"},{"est_bb":92504466.61429441}]},"content":"\u003cstring\u003e","action_url":"\u003curi\u003e","category":"\u003cstring\u003e","topic":"\u003cstring\u003e","custom_attributes":{"voluptatec4":true},"sent_at":"\u003cdateTime\u003e","overrides":{"consectetur_1":"proident fugiat ea elit velit","et_9":-59162155}},{"id":"\u003cstring\u003e","title":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","recipients":[{"matches":"\u003cstring\u003e"}],"status":{"status":"\u003cstring\u003e","summary":{"total":"\u003cinteger\u003e","failures":"\u003cinteger\u003e"},"errors":[{"ut_3":59913799.147103965,"laborum_b3f":98032160.0392769,"exb":-82035906,"sunt6":"eiusmod consectetur"},{"Lorem_2":-38680101,"dolor35":false}]},"content":"\u003cstring\u003e","action_url":"\u003curi\u003e","category":"\u003cstring\u003e","topic":"\u003cstring\u003e","custom_attributes":{"qui_78":"in nulla eu irure"},"sent_at":"\u003cdateTime\u003e","overrides":{"nulla_8":true,"ullamcoc4":19161416.94272393}}],"current_page":"\u003cinteger\u003e","per_page":"\u003cinteger\u003e"}