---
title: "Validate API Key"
method: GET
path: "/api/validate-api-key"
tags: ["Basics"]
---

# Validate API Key

`GET /api/validate-api-key`

Validates an API key.

## Response `200`

API key validation result

- object
  - `valid` boolean, required — Whether the API key is valid

## Other responses

- `429` — Rate limit exceeded
- `500` — Internal server error

---

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