List blocked email logs
Returns a log of inbound emails that were blocked, optionally filtered by block entry, sender, or date range.
Returns a log of inbound emails that were blocked, optionally filtered by block entry, sender, or date range.
Authorization
apiKey x-api-key<token>
In: header
Query Parameters
blockedEmailId?|null
fromAddress?string|null
startDate?string|null
endDate?string|null
limit?string|null
offset?string|null
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/email/blocks/logs"{ "logs": [ { "id": "string", "fromAddress": "string", "toAddress": "string", "subject": "string", "blockType": "email", "blockValue": "string", "blockReason": "string", "spfResult": "string", "dkimResult": "string", "dmarcResult": "string", "spamScore": 0, "blockedAt": "string" } ], "total": 0}Enable inbound email for a domain
Enables inbound receiving for a verified domain by creating a receipt rule, and returns the rule name and its recipient addresses.
Get catch-all configuration
Returns the catch-all receiving configuration for a domain, including the webhook endpoint that receives its inbound mail and its email counts.