cURL
curl --request GET \ --url https://api.maxcare.ai/v4/emails/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Organization-Id: <x-organization-id>'
{ "code": "success", "data": { "id": "eml_a7c3f1e28b4d4a9eb5c6d7e8f9012345", "recipientEmail": "jane.doe@example.com", "recipientType": "patient", "recipientId": "pat_8de030393a9e417ab2b3a8b8df183631", "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" } }
Returns a single email send record by ID (only if sent by this application).
Documentation IndexFetch the complete documentation index at: https://docs.maxcare.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.maxcare.ai/llms.txt
Use this file to discover all available pages before exploring further.
Marketplace API key
Target clinic organization ID
Email send record ID
Success
Response code
"success"
Show child attributes