Retrieve details for a specific email
/v1/send/emails/{id}Get the full details and status of a sent email.
idstringrequiredcurl "https://api.do.dev/v1/send/emails/msg_abc123def456" \
-H "Authorization: Bearer YOUR_API_KEY"{
"id": "msg_abc123def456",
"from": { "email": "hello@example.com", "name": "My App" },
"to": ["user@example.com"],
"subject": "Welcome!",
"status": "sent"
}