---
title: "List API Keys"
method: GET
path: "/v1/api_keys"
tags: ["API Keys"]
---

# List API Keys

`GET /v1/api_keys`

Returns API keys for the authenticated account.

## Response `200`

List of API keys

- object
  - `success` boolean, required — Whether the request was successful
  - `error` string — Error message, present only on failure
  - `error_code` string — Semantic error code. See each endpoint's error responses for the specific codes it can return.
  - `deprecated` string — Deprecation notice, if applicable
  - `result` ApiKeyInfo[]
    - `keyId` string, required — API key ID
    - `name` string, required — Key name
    - `createdAt` string, date-time, required — When the key was created
    - `scopes` ApiKeyScope[], required — Permitted scopes
    - `whitelistedIPs` string[] — Whitelisted IP addresses

## Other responses

- `401` — Authentication required. Provide a valid JWT or API key.
- `403` — Access denied. The authenticated account does not have permission.
- `429` — Rate limit exceeded. Slow down request frequency.
- `500` — Internal server error.

---

[API](https://skmtc.net/ondoperps/apis/ondo-perps-rest-api.md) · [All operations](https://skmtc.net/ondoperps/apis/ondo-perps-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ondoperps/ondo-perps-rest-api/revisions/39df6b2fa672/schema)
