---
title: "List your API keys"
method: GET
path: "/api-keys"
tags: ["API auth"]
---

# List your API keys

`GET /api-keys`

Returns all API keys owned by your verified email. Full API keys are never shown, only the Key Prefix for identification. Requires Developer authentication (a session JWT).

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string, required
    - `prefix` string, required
    - `developerEmail` string, required
    - `scopes` string[], required
    - `lastUsedAt` string, nullable, required
    - `revokedAt` string, nullable, required
    - `createdAt` string, required

---

[API](https://skmtc.dev/vwala/apis/energy-platform-api.md) · [All operations](https://skmtc.dev/vwala/apis/energy-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vwala/energy-platform-api/revisions/86688c4fea92/schema)
