---
title: "Check team API key validity"
method: POST
path: "/team-api-keys/check"
tags: ["API Keys"]
---

# Check team API key validity

`POST /team-api-keys/check`

Validate a team API key

## Request body

- object
  - `api_key` string, required

## Response `200`

Successful response

- object
  - `id` string, required
  - `description` string, required
  - `expires_at_millis` number
  - `manually_revoked_at_millis` number
  - `created_at_millis` number, required
  - `is_public` boolean, required
  - `value` object, required
    - `last_four` string, required
  - `type` 'team', required
  - `team_id` string, required

---

[API](https://skmtc.net/hexclave/apis/hexclave-rest-api-3.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-3/revisions/9b9326fe08a5/schema)
