API ReferenceEmail
Update Catch-All Config
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
domainId*string
Email domain ID
Format
uuidendpointId?string
New webhook endpoint ID
Format
uuidconversationId?string|null
New conversation ID (null to clear)
Response Body
application/json
curl -X PUT "https://samva.app/api/v1/email/domains/:domainId/catch-all" \ -H "Content-Type: application/json" \ -d '{ "domainId": "8a0b02c3-fdd8-452e-bc6e-ef07a335ec7e" }'{
"success": true
}