---
title: "Check email verification code"
method: POST
path: "/contact-channels/verify/check-code"
tags: ["Contact Channels"]
---

# Check email verification code

`POST /contact-channels/verify/check-code`

Check if an email verification code is valid without using it

## Request body

- object
  - `code` string, required — A 45 character code

## Response `200`

Successful response

- object
  - `is_code_valid` boolean, required

---

[API](https://skmtc.net/hexclave/apis/hexclave-rest-api.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api/versions/86dcd8c9953c/schema)
