Skip to content
Libris
Search
K
Main Navigation
Guide
Architecture
API
Deployment
Appearance
Menu
Return to top
List API keys
GET
/api/auth/keys
List all API keys (hashes are never exposed)
Responses
200
Array of API key metadata
Content-Type
application/json
Schema
JSON
JSON
{
"keys"
:
[
{
"id"
:
"string"
,
"label"
:
"string"
,
"createdAt"
:
"string"
,
"lastUsedAt"
:
"string"
}
]
}
GET
/api/auth/keys
Samples