PearPear

List API keys

List all API keys for the authenticated user

GET
/api-keys
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api-keys"
[  {    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",    "label": "string",    "scope": "read",    "keyPrefix": "string",    "lastUsedAt": "string",    "expiresAt": "string",    "revokedAt": "string",    "createdAt": "string"  }]