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.

GET
/v1/email/catch-all/config

Returns the catch-all receiving configuration for a domain, including the webhook endpoint that receives its inbound mail and its email counts.

x-api-key<token>

In: header

Query Parameters

domainId*string
Match^dom_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/email/catch-all/config?domainId=string"
{  "enabled": true,  "endpointId": "string",  "receiptRuleName": "string",  "emailCount": 0,  "lastEmailAt": "string"}