curl --location --request POST '/email/status/batch' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"txIds": [
"794E46CE-998F-432A-A46B-022B0442CC56.1"
]
}'{
"txId": "794E46CE-998F-432A-A46B-022B0442CC56.1",
"recipients": [
{
"txId": "794E46CE-998F-432A-A46B-022B0442CC56.1",
"to": "user1@gmail.com",
"status": 3,
"lastUpdated": "2026-04-09T09:57:30.000Z"
}
]
}