---
title: "Verify Contact"
method: POST
path: "/core/v1/contacts/verify/{verificationId}"
tags: ["Contact Verification"]
---

# Verify Contact

`POST /core/v1/contacts/verify/{verificationId}`

Use this API to verify a contact.
This API is only available to approved reseller accounts. Contact name.com support to request access.

## Path parameters

- `verificationId` integer, required

## Headers

- `X-Idempotency-Key` string

## Response `204`

Contact has been successfully verified.

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden - you do not have permission to perform this action.
- `404` — The submitted verificationId was not found.
- `405` — Method not allowed.
- `409` — When sending idempotent requests, this response indicates that there was an issue with the idempotency keys.
- `415` — All POST, PUT, PATCH requests for this API must include the `Content-Type: application/json` header in the requests.
- `429` — Rate limit has been exceeded.
- `500` — Internal server error.
- `502` — Bad Gateway
- `504` — Gateway Timeout

---

[API](https://skmtc.dev/name/apis/name-com-core-api.md) · [All operations](https://skmtc.dev/name/apis/name-com-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/name/name-com-core-api/revisions/a37d4cbd3991/schema)
