Back

Get API Keys

GET/users/me/api-keys

Authorization

AuthorizationBearer <token>

API key authentication - use your API key as a Bearer token

In: header

Request Body

Response Body

> 200application/json
// GET /users/me/api-keys
// See cURL example for request shape.
[
  {
    "id": "key_555",
    "name": "Prod Server",
    "keyPrefix": "zrn_live_a1b2",
    "createdAt": "2026-03-25T10:00:00Z"
  }
]