---
title: "API Key 목록 조회"
method: GET
path: "/api_keys"
tags: ["서비스 정보(Service)"]
---

# API Key 목록 조회

`GET /api_keys`

계정의 모든 API Key 목록과 각 Key의 만료일자를 조회합니다.

## Response `200`

List of api keys

- object[]
  - `access_key` string, required — API Key의 Access Key
  - `expire_at` string, required — 해당 Access Key의 Deprecated일시 (KST) [형식] yyyy-MM-dd'T'HH:mm:ss+09:00

---

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