Push Registrations
Create Push Registration
This endpoint creates or updates a push registration record for a user’s device.
PUT
/
push_registrations
Parameters
device_type
enum
requiredThe type of device: (ios
, android
)
token
string
requiredThe token returned by the local push notification library
Response
device_type
enum
requiredThe type of device: (ios
, android
)
token
string
requiredThe token returned by the local push notification library