---
title: "Returns all Auth Keys with the account"
method: GET
path: "/api/Account/auth-keys"
tags: ["Account"]
---

# Returns all Auth Keys with the account

`GET /api/Account/auth-keys`

## Response `200`

OK

- AuthKeyDto[]
  - `id` integer
  - `key` string, nullable, required
  - `name` string, nullable, required
  - `createdAtUtc` string, date-time
  - `expiresAtUtc` string, date-time, nullable
  - `lastAccessedAtUtc` string, date-time, nullable
  - `provider` 0 | 1 — Members: - `0` — User - `1` — System

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/revisions/a092f0284f3e/schema)
