Overview
List active API keys for the authenticated user, with optional filtering by last-used timestamps.GET /api/v1/api-keys
Purpose: list active API keys for the authenticated user. Query parameters:from(RFC3339 timestamp, optional): filter bylast_used_at>= fromto(RFC3339 timestamp, optional): filter bylast_used_atless than or equal toto
Response
Status:200 OK
Example response:
400invalid query parameters.401unauthorized.500internal error.