Retrieve detailed information about a specific email address including routing configuration and status
Bearer YOUR_API_KEY
routing.type
field indicates how emails are processed:
Endpoint Routing (routing.type: 'endpoint')
Webhook Routing (routing.type: 'webhook')
No Routing (routing.type: 'none')
isActive: true
and domain.status: "verified"
can receive emails successfully.routing
object to understand how emails will be processed and forwarded for this address.isReceiptRuleConfigured
is false
, the email address may not receive emails properly even if it’s active.PUT /api/v2/email-addresses/{id}
DELETE /api/v2/email-addresses/{id}
GET /api/v2/email-addresses
GET /api/v2/domains/{domainId}
routing
configuration determines how incoming emails are processed