Email API
V2
V2
  • Getting Started
  • Response Code
    • Response Code
    • Error Message
    • Error Codes
  • Authorization
  • endpoint
    • Sending Message
    • Get Send Email History
    • Get Email Detail / Status
  • Kembali ke OCA API Documentation
Powered by GitBook
On this page
Export as PDF
  1. endpoint

Get Email Detail / Status

PreviousGet Send Email History

Last updated 9 months ago

HTTP Method : GET

Endpoint URL :

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