---
title: "Get Api Key"
method: GET
path: "/key/{key_id}"
tags: ["key"]
---

# Get Api Key

`GET /key/{key_id}`

## Get API Key Details

Retrieve an API key with its associated data for the given API key.

**Headers:**
- `Authorization` (str): HTTP bearer - API token for user authentication.

**Args:**
- `api_key`: The UUID of the API key to retrieve.

**Returns:**
- `GetKeyResponse`: JSON object containing the user ID, and API key info.

## Path parameters

- `key_id` string, required

## Response `200`

Successful Response

- GetKeyResponse
  - `name` string, required
  - `description` string, nullable, required
  - `api_key` string, required

## Other responses

- `422` — Validation Error

---

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