get https://pushcrew.com/api/v1/checkstatus/123
This endpoint is used to check status of a notification request. The request method of this call needs to be "GET".
The id of the notification request is sent in the URL to the API call.
Response Parameters Description:
Success Count: Number of Subscribers to whom notification was sent successfully.
Count Delivered: Number of subscribers to whom notification was delivered successfully.
Count Clicked: Number of subscribers who clicked on the notification.
Message: Present in case of failure. Used to denote reason of failure.