API ReferenceEmail
Disable Catch-All
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
domainId*string
Email domain ID
Format
uuidResponse Body
application/json
curl -X POST "https://samva.app/api/v1/email/domains/:domainId/catch-all/disable" \ -H "Content-Type: application/json" \ -d '{ "domainId": "8a0b02c3-fdd8-452e-bc6e-ef07a335ec7e" }'{
"success": true
}