cURL
curl --request GET \ --url https://api.ai2fin.com/api/api-keys \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "scopes": [ "<string>" ], "isActive": true, "expiresAt": "<string>", "lastUsedAt": "<string>", "createdAt": "<string>" } ]
List all API keys for the authenticated user
JWT token obtained from /api/auth/login endpoint. Use for standard API access and OAuth-based integrations.
List of user's API keys