API ReferenceEmail
Check Domain Verification
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/check-verification" \ -H "Content-Type: application/json" \ -d '{ "domain": "string" }'{
"domain": "string",
"isVerified": true,
"sesStatus": "string",
"mailFromStatus": "string"
}