cURL
curl --request GET \ --url https://api.maxcare.ai/v2/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" } }
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