---
title: "Get API key"
method: GET
path: "/v0/api-keys/{api-key-id}"
tags: ["API keys"]
---

# Get API key

`GET /v0/api-keys/{api-key-id}`

Returns the API key without `api-key-secret`.

## Path parameters

- `api-key-id` string, required

## Response `200`

OK

- object
  - `api-key-url` union, required — The resource path for the API key
    - string
    - string
  - `api-key-name` string, required — The immutable display name for the API key
  - `api-key-live?` boolean, required
  - `organization-url` string, required — Link to the [organization](#tag/Organizations).
  - `user-url` string, required — Link to the user.
  - `created-at` string, date-time, required — ISO 8601 formatted date-time.

## Other responses

- `400` — Bad Request
- `401` — Requires an API key to continue
- `404` — Not Found

---

[API](https://skmtc.net/griffin/apis/the-griffin-api.md) · [All operations](https://skmtc.net/griffin/apis/the-griffin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griffin/the-griffin-api/versions/178ed43d543b/schema)
