---
title: "List access keys"
method: GET
path: "/accessKeys"
tags: ["Access Keys"]
---

# List access keys

`GET /accessKeys`

Returns all access keys for the authenticated account

## Response `200`

List of access keys

- object
  - `accessKeys` AccessKey[]
    - `name` string — Generated secure key (hidden in responses)
    - `friendlyName` string
    - `description` string — Legacy field, same as friendlyName
    - `createdTime` integer
    - `createdBy` string — IP address or machine name
    - `expires` integer — Expiration timestamp
    - `isSession` boolean — Whether this is a session token
    - `scope` string — Optional scope restriction

## Other responses

- `401` — Unauthorized - invalid or expired authentication

---

[API](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/delivr-ota-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/delivr-ota-server-api/revisions/0ad4e4284735/schema)
