List API Keys
List API Keys
Lists API keys for the current user or a project.
GET
List API Keys
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Query Parameters
Available options:
active, expired, revoked, all Cursor for pagination (API key ID)
Required range:
1 <= x <= 100Sort field. Defaults to "created_at".
Available options:
created_at, name, last_used_at Sort order. Defaults to "desc".
Available options:
asc, desc