---
title: "Get API keys for a user"
method: GET
path: "/user/api-keys"
tags: ["User"]
---

# Get API keys for a user

`GET /user/api-keys`

This endpoint is used to get API keys for a user. In estuary, each user can be given multiple API keys (tokens). This endpoint can be used to retrieve all available API keys for a given user.

## Response `200`

OK

- ApiGetApiKeysResp[]
  - `expiry` string
  - `isSession` boolean
  - `label` string
  - `token` string
  - `tokenHash` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

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