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

# POST /v1/auth/request-access

`POST /v1/auth/request-access`

Request API access — creates an account if needed and sends a verification code to the provided email. Use with POST /v1/auth/verify-access to complete the flow and receive an API key.

## Request body

- object
  - `email` string, email, required — Email address to register or re-authenticate
  - `accept_terms` boolean, required — Must be true to accept terms of service

## Response `200`

Default Response

- object
  - `message` string, required — Human-readable status message

## 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)
