OutApp
Out app notification API using regular REST API to register and unregister to the platform id on Firebase
Register notification
PUT https://your.host.lab/notification/outapp/register
Register notifications for out app
Request Body
Name
Type
Description
platform*
Integer
token*
String
Token here is the FIREBASE_VAPID_KEY
{
"error_code": 0,
"error_message": "OK",
"server_time": 1669369378
}UnRegister notification
PUT https://your.host.lab/notification/outapp/unregister
UnRegister notifications for out app
Request Body
Name
Type
Description
platform*
Integer
token*
String
Token here is the FIREBASE_VAPID_KEY
Last updated