---
title: "Check if the given API key is valid."
method: GET
path: "/v1/authcheck"
tags: ["Authentication", "Basic Examples"]
---

# Check if the given API key is valid.

`GET /v1/authcheck`

## Response `200`

Valid API key

- object
  - `message` string, required
  - `id` string
  - `name` string
  - `type` 'user' | 'project' | 'organization'
  - `owner_id` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/tidelift/apis/tidelift-external-api.md) · [All operations](https://skmtc.net/tidelift/apis/tidelift-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tidelift/tidelift-external-api/revisions/5f36bed372bb/schema)
