---
title: "GET /applications/{id}/keys/{keyId}"
method: GET
path: "/applications/{id}/keys/{keyId}"
tags: ["ApplicationKeys"]
---

# GET /applications/{id}/keys/{keyId}

`GET /applications/{id}/keys/{keyId}`

## Path parameters

- `id` string, uuid, required
- `keyId` string, uuid, required

## Response `200`

Success

- ApplicationKey
  - `id` string, uuid
  - `key` string, nullable
  - `version` string, nullable
  - `created_by` string, uuid, nullable
  - `created_at` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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