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 History

PreviousSend EmailNextEmail Detail / Status

Last updated 9 months ago

HTTP Method : GET

Endpoint URL :

Response : In Array/LIst

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

[
    {
        "email": "ocaxxxxx@gxxx.com",
        "message_body": "<h1>Oca Message</h1>",
        "created_at": "2020-03-10T11:00:00.000Z",
        "status": "delivered",
        "msg_id": "xxxxhu7f900sdr8xxxx"
    },
    {
        "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/history