Registers a mobile device or web browser push token for the authenticated user to receive real-time notifications for assigned conversations and mentions.
Register Device Token
POST
/v1/devices
Parameters
| Name | Type | Description |
|---|---|---|
tokenrequired | string | Device push token string (FCM or APNS) |
platform | string | Device platform: 'fcm', 'apns', 'ios', 'android', 'push' |
name | string | Device model / name |