---
title: "POST /v1/auth/verify-access"
method: POST
path: "/v1/auth/verify-access"
tags: ["Auth"]
---

# POST /v1/auth/verify-access

`POST /v1/auth/verify-access`

Verify the email code from POST /v1/auth/request-access and receive a new API key. The email is marked as verified upon success.

## Request body

- object
  - `email` string, email, required — Email address used in request-access
  - `code` string, required — 6-digit verification code sent to the email
  - `label` string — Optional label for the new API key

## Response `200`

Default Response

- object
  - `api_key` string, required — API key for authenticating requests. Store securely — it will not be shown again.
  - `key_id` string, required — Unique identifier for the API key
  - `label` string, required — Label assigned to the API key

## Other responses

- `400` — Default Response

---

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