MagicBell REST API
Number of APIs: 41
-
push_subscriptions - Register a device token for a user POST {{baseUrl}}/push_subscriptions
-
broadcasts-{broadcast_id} - Fetch a notification broadcast by its ID GET {{baseUrl}}/broadcasts/:broadcast_id
-
notifications-{notification_id}-read - Mark a notification as read POST {{baseUrl}}/notifications/:notification_id/read
-
notifications-{notification_id}-unread - Mark a notification as unread POST {{baseUrl}}/notifications/:notification_id/unread
-
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
-
notifications-{notification_id}-archive - Archive a notification POST {{baseUrl}}/notifications/:notification_id/archive
-
notifications-{notification_id}-archive - Unarchive a notification DELETE {{baseUrl}}/notifications/:notification_id/archive
-
notifications-{notification_id} - Fetch notification by ID GET {{baseUrl}}/notifications/:notification_id
-
notifications-{notification_id} - Delete a notification DELETE {{baseUrl}}/notifications/:notification_id
-
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>