Superfy Platform API Documentation


Acknowledge Immediate (Emergency) Notification API

Require Authentication

This API is used to mark notification as acknowledged so system will not resend the notification reminder based on combination of deviceID and token.


URL

api/notifications/acknowledge

Required parameter (POST)

Optional parameter (GET)

Example JSON Payload

{
	"deviceID": "ABCD-EFGH-IJKL-MNOP",
	"token": "c43fa596e7916827106b591e2bb026cd",
	"notificationrecipientsendingID":32
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": [
    "Notification has been acknowledged."
  ]
}