List of organization API keys (create/revoke - separate POSTs)
List of organization API keys (create/revoke - separate POSTs).
Request
Responses
Successful Response
Коды ошибок
Validation Error
Body
Основные поля
| Name | Description |
|---|---|
id | Type: string<uuid> |
name | Type: string |
prefix | Type: string |
scopes | Type: array[string] |
scopes[] | Type: string |
expires_at | Type: — |
is_active | Type: boolean |
last_used_at | Type: — |
Пример ответа
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"prefix": "string",
"scopes": ["string"],
"expires_at": "2026-04-27T12:00:00",
"is_active": true,
"last_used_at": "2026-04-27T12:00:00"
}
]