Sending Notification

This api is used for sending a notification request from your server to PopNotifi server, please note that this call should be signed using the token as mentioned in the Authentication Section.

POST https://api.popnotifi.com/send

Request Body

{
    "status": "success"
}

Last updated