Get Notification Data
When sending notifications with ReturnMode as RESUME, the response will be a RequestID that you can use to get the notification data.
This service will return information about the number of notifications sent, processed and processing.
JSON Body
- hash: Hash of the company where the template is registered
- sentId: The generated ID when sending notifications in ReturnMode = RESUME
Response
- The response is a json with the following structure:
- Possible values for base RequestStatus:
- CANCELED
- QUEUED
- PROCESSED
- PROCESSING
- Possible values for RequestResult Status:
- canceled
- waiting
- sent
- delivered
- failed