---
title: "Create Email Contact Verification Request"
method: POST
path: "/2/domains/accounts/{account}/contacts/emails/verifications"
tags: ["Domain > Contact"]
---

# Create Email Contact Verification Request

`POST /2/domains/accounts/{account}/contacts/emails/verifications`

Create an email contact verification request

## Path parameters

- `account` string, required

## Request body

- object
  - `email` string, required — The email to verify
  - `locale` string, required — Language of the verification email

## Response `201`

Created

- Response
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request

## Other responses

- `400` — Bad Request
- `429` — Response

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/revisions/73639b5640f9?raw)
