---
title: "Validate an API key"
method: POST
path: "/api/v1/validate_api_key"
---

# Validate an API key

`POST /api/v1/validate_api_key`

Checks whether an API key belongs to a registered user. Returns `valid: true` on success.

## Request body

- string

## Response `200`

Successful Response

- ValidateApiKeyResponse
  - `valid` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/optexity/apis/dashboard-backend-api.md) · [All operations](https://skmtc.net/optexity/apis/dashboard-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/optexity/dashboard-backend-api/versions/33136ddc9984/schema)
