Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

APIs for the Notification Box module

(plus) Register token API

Get token for Guest

  • Method: POST
  • API:  /rest/V1/notificationbox/guest/register
  • Body: {

“Token”:”your token get from firebase”,

“deviceId”:”device id”

}

Get token for Customer

  • Method: POST
  • API: /rest/V1/notificationbox/guest/register
  • Body: {

...