Back
GET api/v1/MessageInfo/{trackingId}
Requires Authorization
Get message status.This API endpoint will return details like TrackingId, senderaddress, application used.
TrackingId is required
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| trackingId | string |
Required |
Body Parameters
None.
Sample Request
Response Information
Resource Description
Collection of ReceiptMessageDetailsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TrackingId |
Message date |
string |
None. |
| CustomerTrackingId |
Customer tracking id as sent in the message header X-RPost-CustomerTrackingId |
string |
None. |
| SenderName |
Sender Name |
string |
None. |
| SenderAddress |
Sender Address |
string |
None. |
| Date |
Date message received |
date |
None. |
| Status |
Message completion status - if all opened status will be 'All Delivered And Opened' |
string |
None. |
| Recipients |
Message recipients |
Collection of ReceiptRecipientData |
None. |
| RedactedTextViewDetail |
Redact Viewing Details |
RedactedTextViewDetail |
None. |
Sample Response
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.