---
title: "Read Current User Key By Name"
method: GET
path: "/v0/users/me/keys/{name}"
tags: ["users"]
---

# Read Current User Key By Name

`GET /v0/users/me/keys/{name}`

## Path parameters

- `name` string, required

## Response `200`

Successful Response

- UserApiKeyResponse
  - `user_id` string, required
  - `name` string, required
  - `value` string, required
  - `ts_created` string, date-time, required
  - `ts_updated` string, date-time, required

## Other responses

- `401` — If user authentication fails
- `403` — If user does not have sufficient permissions
- `404` — If user or API key not found
- `422` — If `name` validation fails

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/versions/08ef3d01f5b8/schema)
