GET /v1/api-keys/{id}/audit
GET/v1/api-keys/{id}/audit
List access events for a single API key.
Query-Parameter
| Name | Typ | Beschreibung |
|---|
from | string<date-time> | |
to | string<date-time> | |
status | string | success | denied |
method | string | |
limit | string | |
offset | string | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/api-keys/{id}/audit \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.api-keys.get();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |