---
title: "Validate API Key"
method: POST
path: "/api/v1/auth/validate-key"
tags: ["Utility"]
---

# Validate API Key

`POST /api/v1/auth/validate-key`

Validate an API key without performing any billable operations.
Useful for Live API Console widgets and key verification.

## Request body

- object
  - `api_key` string, required

## Response `200`

API key is valid

- object
  - `status` string
  - `message` string

## Other responses

- `401` — Invalid API key

---

[API](https://skmtc.dev/verirouteintel/apis/veriroute-intel-api.md) · [All operations](https://skmtc.dev/verirouteintel/apis/veriroute-intel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verirouteintel/veriroute-intel-api/revisions/0bd583e1906e/schema)
