List API Keys
GET
/api/api-keys
Get all API keys owned by the current user.
Responses
List of API keys
application/json
JSON
{
"data": [
{
"id": "string",
"name": "string",
"prefix": "string",
"start": "string",
"organizationId": "string",
"enabled": true,
"permissions": [
"string"
],
"modules": [
"string"
],
"expiresAt": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}