---
title: "Get Api Keys"
method: GET
path: "/key"
tags: ["key"]
---

# Get Api Keys

`GET /key`

## Get All API Keys

Retrieve all API keys belongs to the user of the given API token.

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

**Returns:**
- `GetKeysResponse`: JSON object containing the User ID and a list of API keys.

## Response `200`

Successful Response

- GetKeysResponse
  - `api_keys` APIKeySchema[], required
    - `name` string, required
    - `description` string, nullable, required
    - `api_key` string, required

---

[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)
