Domain > Contact

Create Email Contact Verification Request

Create an email contact verification request

post/2/domains/accounts/{account}/contacts/emails/verifications

Path parameters

accountstring required

Request body

emailstring required

The email to verify

localestring required

Language of the verification email

Response

Created

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.