Use this endpoint to retrieve the delivery status updates for the sent Email(s) in an easily parsable JSON format. The response will include the following delivery statuses as per the latest status of the sent Email:
id required | string <uuid> The queueId value received as response from the endpoints Email/Send Batch, Email/Single send, and Predefined Template SMS Send. |
Success
Bad Request
Unauthorized
Conflict
Client Error
Server Error
{- "Id": "string",
- "Status": 0,
- "StatusText": "string",
- "StatusFailedReason": "string",
- "Details": [
- {
- "Total": 0,
- "Queued": 0,
- "Submitted": 0,
- "Delivered": 0,
- "Failed": 0
}
]
}