---
title: "Get Api Key"
method: GET
path: "/api/v1/apikey/key/{api_key_id}"
tags: ["apikey"]
---

# Get Api Key

`GET /api/v1/apikey/key/{api_key_id}`

Get the full API key for a user's API key.

## Path parameters

- `api_key_id` integer, required

## Response `200`

Successful Response

- ApiKeyResponse — API Key response.
  - `success` boolean, required
  - `api_key` string
  - `message` string

## Other responses

- `422` — Validation Error

---

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