Get Email Detail / Status

HTTP Method : GET

Endpoint URL : https://webapigw.ocatelkom.co.id/email/v2/email/status/{{fill_msgid}}

Response:

PropertyType

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": {
        "msgid": "xxxxdfegt4hudjee4xxxxx",
        "attachment": false,
        "history": [],
        "email": "restinxxx@gmxxx.com",
        "status": "delivered",
        "created_at": "2024-07-31T18:01:32.680Z",
        "source": "api"
        "message_body": "-"
    }
}

Last updated