---
title: "GET /biome/keys"
method: GET
path: "/biome/keys"
tags: ["Biome"]
---

# GET /biome/keys

`GET /biome/keys`

List keys of a user

## Headers

- `Authorization` string, required
- `SplinterProtocolVersion` integer

## Response `200`

User's keys

- BiomeUserKey[]
  - `display_name` string — Display name for key
  - `encrypted_private_key` string — Encrypted private key
  - `public_key` string — Public key
  - `user_id` string — Internal unique identifier for the user

## Other responses

- `401` — The client is unauthorized
- `500` — Internal server error occurred

---

[API](https://skmtc.dev/cargill/apis/splinterd-api.md) · [All operations](https://skmtc.dev/cargill/apis/splinterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cargill/splinterd-api/revisions/38a272c24bd9/schema)
