Get Email Detail / Status
HTTP Method : GET
Endpoint URL : https://webapigw.ocatelkom.co.id/email/v2/email/status/{{fill_msgid}}
Response:
Property
Type
String (Destination email)
message_body
String
created_at
ISO Date
status
String (status of email. opened, delivered, failed, etc)
msg_id
String
{
"status": true,
"data": {
"msgid": "xxxxdfegt4hudjee4xxxxx",
"attachment": false,
"history": [],
"email": "[email protected]",
"status": "delivered",
"created_at": "2024-07-31T18:01:32.680Z",
"source": "api"
"message_body": "-"
}
}
Last updated