Skip to main content
GET
Look up the current delivery status and lifecycle timestamps for a single email using the emailId returned when you sent it.

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

string
required
The email ID to look up. This is the emailId returned by the send email and bulk send email endpoints.Example: "6a8ff3dd718911ea2da57113"

Response

Email status retrieved successfully
boolean
Indicates if the request was successfulExample: true
object