API ReferenceEmail
Verify Email Domain
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
domain*string
Length
1 <= lengthResponse Body
application/json
curl -X POST "https://samva.app/api/v1/email/domains/verify" \ -H "Content-Type: application/json" \ -d '{ "domain": "string" }'{
"success": true
}