v1
latestSwagger 2.02026-08-041113661.2 MBEmailVerification
List domain email verifications
get/v1beta/customers/verifications/emails/domains
Query parameters
domain_idinteger
The domain id.
domainstring
The domain.
emailstring
The email.
handlestring
The handle.
statusstring
The status.
descriptionstring
The description.
is_suspendedboolean
Is suspended.
response.typestring
The type.
response.tostring
The to.
limitinteger
The limit.
offsetinteger
The offset.
Response
A successful response.
Example response
{
"code": 0,
"data": {
"results": [
{
"description": "",
"domain": "",
"email": "",
"expiration_date": "",
"handle": "",
"is_suspended": false,
"status": ""
}
],
"total": 0
},
"desc": ""
}