Email API
V1
V1
  • Getting Started
  • Response Code
    • HTTP Status Codes
    • Error Messages
    • Error Codes
  • Authentication
  • Endpoint
    • Send Email
    • Email History
    • Email Detail / Status
  • Kembali ke OCA API Documentation
Powered by GitBook
On this page
Export as PDF
  1. Endpoint

Email Detail / Status

PreviousEmail 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": {
        "email": "ocaxxxxx@gxxx.com",
        "message_body": "<p>Oca Message</p>",
        "created_at": "2020-03-10T11:00:00.000Z",
        "status": "opened",
        "msg_id": "xxxxhu7f900sdr8xxxx"
    }
}
https://email.ocatelkom.co.id/api/v1/email/status/(fill_with_email_id)