API ReferenceEmail
Enable Email Receiving
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
domain*string
Length
1 <= lengthcatchAll?boolean
Default
falseaddresses?array<string>
Response Body
application/json
curl -X POST "https://samva.app/api/v1/email/domains/enable-receiving" \ -H "Content-Type: application/json" \ -d '{ "domain": "string" }'{
"success": true,
"ruleName": "string",
"recipients": [
"string"
]
}