Email Detail / Status
HTTP Method : GET
Endpoint URL : https://email.ocatelkom.co.id/api/v1/email/status/(fill_with_email_id)
Response
Property
Type
email
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": {
"email": "[email protected]",
"message_body": "<p>Oca Message</p>",
"created_at": "2020-03-10T11:00:00.000Z",
"status": "opened",
"msg_id": "xxxxhu7f900sdr8xxxx"
}
}
Last updated