Skip to main content
GET
/
emails
/
{id}
Get email by ID
curl --request GET \
  --url https://api.maxcare.ai/v1/emails/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Organization-Id: <x-organization-id>'
{
  "code": "success",
  "data": {
    "id": "a7c3f1e2-8b4d-4a9e-b5c6-d7e8f9012345",
    "recipientEmail": "jane.doe@example.com",
    "recipientType": "patient",
    "recipientId": "8de03039-3a9e-417a-b2b3-a8b8df183631",
    "emailType": "appointment_reminder",
    "subject": "Your upcoming appointment on March 25",
    "fromAddress": "notifications@accounts.maxcare.ai",
    "status": "sent",
    "scheduledAt": null,
    "sentAt": "2026-03-25 10:00:01.234+00",
    "deliveredAt": "2026-03-25 10:00:03.567+00",
    "openedAt": null,
    "bouncedAt": null,
    "createdAt": "2026-03-25 09:59:58.891+00"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.maxcare.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Marketplace API key

Headers

X-Organization-Id
string
required

Target clinic organization ID

Path Parameters

id
string
required

Email send record ID

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required