MagicBell REST API

Number of APIs: 41

  1. push_subscriptions - Register a device token for a user POST {{baseUrl}}/push_subscriptions

  2. broadcasts-{broadcast_id} - Fetch a notification broadcast by its ID GET {{baseUrl}}/broadcasts/:broadcast_id

  3. notifications-{notification_id}-read - Mark a notification as read POST {{baseUrl}}/notifications/:notification_id/read

  4. notifications-{notification_id}-unread - Mark a notification as unread POST {{baseUrl}}/notifications/:notification_id/unread

  5. users - Fetch users GET {{baseUrl}}/users?page=<integer>&per_page=<integer>&last_seen_at:before=<string>&last_seen_at:after=<string>&last_notified_at:before=<string>&last_notified_at:after=<string>&order_by=last_seen_at,ASC

  6. notifications-{notification_id}-archive - Archive a notification POST {{baseUrl}}/notifications/:notification_id/archive

  7. notifications-{notification_id}-archive - Unarchive a notification DELETE {{baseUrl}}/notifications/:notification_id/archive

  8. notifications-{notification_id} - Fetch notification by ID GET {{baseUrl}}/notifications/:notification_id

  9. notifications-{notification_id} - Delete a notification DELETE {{baseUrl}}/notifications/:notification_id

  10. notifications-read - Mark all notifications as read POST {{baseUrl}}/notifications/read?archived=<boolean>&read=<boolean>&seen=<boolean>&categories=<string>&categories=<string>&topics=<string>&topics=<string>