---
title: "Get access keys"
method: GET
path: "/accesskeys"
tags: ["access_key"]
---

# Get access keys

`GET /accesskeys`

Get all access keys for the authenticated user

## Response `200`

OK

- ModelAccessKey[]
  - `created_at` string
  - `expires_at` string — nullable
  - `id` string
  - `name` string
  - `user_id` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/ivpn/apis/untitled-api.md) · [All operations](https://skmtc.dev/ivpn/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ivpn/untitled-api/revisions/0e7bcc538dce/schema)
