---
title: "API Key Check"
method: GET
path: "/check"
---

# API Key Check

`GET /check`

Verify if your API key is valid

## Response `200`

Successful response

- object
  - `success` boolean
  - `data` string

## Changes

> 4 revisions in range; 1 could not be searched.

- **2025-04-15** `cf421cc8104b` — 1 breaking, 2 warning
  - the `data` response's property type/format changed from `object`/`` to `string`/`` for status `200`
  - removed the optional property `data/account_id` from the response with the `200` status
  - removed the optional property `data/user_id` from the response with the `200` status
- **2025-04-09** `c5a4adf6172c` — 1 breaking, 2 info
  - the `data` response's property type/format changed from `string`/`` to `object`/`` for status `200`
  - added the optional property `data/account_id` to the response with the `200` status
  - added the optional property `data/user_id` to the response with the `200` status

[Change history](https://skmtc.dev/browserable/apis/browserable-api/changes/check/get.md)

---

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