Skip to main content
Back to API List The platform provides the following APIs for managing SDK push notifications:
To receive push notifications, each user’s device must be registered and subscribed via the mobile or WebSDK app.

Device Subscription API

This API manages SDK push message subscriptions for a user’s specified device. It:
  • Subscribes the device to SDK push messages.
  • Returns subscription status and device details.

Path Parameters

Sample Request

Body Parameters

Sample Response

Subscribed User Devices API

This API lists all mobile devices subscribed to SDK push notifications for a given user, including device ID, OS type, and subscription status.

Query Parameters

Sample Request

Body Parameters

No body parameters.

Sample Response

Device Unsubscription API

This API unsubscribes SDK push messages for specific or all devices of a user. Note: The API processes unsubscriptions for one user at a time, not for multiple users simultaneously.

Path Parameters

Unsubscribe Specific Devices

Returns the device ID, OS type, and subscription status (unsubscribed) for the selected devices.

Sample Request

Body Parameters

Sample Response

Unsubscribe All Devices

Returns the success status and message when all devices are unsubscribed.

Sample Request

Body Parameters

Sample Response