Notification Device
Enable delivery of messages to the users via mobile application (in-app) - NotificationDevice Resource.
Subscribe to Notification Service - Register Device
This flow creates a NotificationDevice resource to register their mobile number.
Sample Flow
APIs
The API(s) used in this use case are as follows:
1. /NotificationDevice
POST [baseURL]/NotificationDevice
Try API
Retrieve Notification Device Details
This flow retrieves a NotificationDevice resource using resource ID.
Sample Flow
APIs
The API(s) used in this use case are as follows:
1. /NotificationDevice/-id-
GET [baseURL]/NotificationDevice/{id}
Try API