Run in Apidog
Add catch-all email functionality for your domains, ensuring that any email sent to an undefined address under the domain is automatically forwarded to a specified recipient.
Request Body Params application/json
{
"domainIds" : [
"DA84A348-C526-4563-AFCD-6DDD71C3FE69"
] ,
"email" : "admin@gmail.com" ,
"contains" : "" ,
"tagIds" : [ ] ,
"status" : [ ]
} Request Code Samples
curl --location --request POST 'https://api.zapmail.ai/api/v2/domains/catch-all' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;' \
--header 'Content-Type: application/json' \
--data-raw '{
"domainIds": [
"DA84A348-C526-4563-AFCD-6DDD71C3FE69"
],
"email": "admin@gmail.com",
"contains": "",
"tagIds": [],
"status": []
}' Responses application/json Generate Code
{
"status" : 200 ,
"message" : "Catch all email will update soon" ,
"data" : null
} Modified at 2025-10-14 09:25:37