---
title: "Check If API Key Is Valid"
method: GET
path: "/account/keys/verify"
---

# Check If API Key Is Valid

`GET /account/keys/verify`

This endpoint checks if your API key is valid.

## Response `200`

OK

- VerifyKey — Response returned when API key is valid
  - `workspace_id` string — The workspace ID associated with this API key

## Other responses

- `401` — Unauthorized
- `404` — Workspace ID not found

---

[API](https://skmtc.dev/fullenrich/apis/fullenrich-api-documentation.md) · [All operations](https://skmtc.dev/fullenrich/apis/fullenrich-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fullenrich/fullenrich-api-documentation/revisions/b6357fb61fc7/schema)
