---
title: "Get current API key"
method: GET
path: "/v1/keys/current"
tags: ["API keys"]
---

# Get current API key

`GET /v1/keys/current`

Returns metadata for the API key used to authenticate this request.

## Response `200`

The current API key.

- object
  - `data` ApiKey
    - `id` string
    - `name` string
    - `keyLastFour` string
    - `clientId` string
    - `createdAt` string, date-time

## Other responses

- `401` — Missing or invalid API key credentials.

---

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