curl -X GET 'https://api.memsync.ai/api-keys' \ -H 'Authorization: Bearer YOUR_JWT_TOKEN'
{ "api_keys": [ { "api_key_id": "key_123abc", "name": "Production API Key", "scopes": ["memories:read", "memories:write", "profile:read"], "status": "active", "last_used": "2024-01-15T15:30:00Z", "created_at": "2024-01-15T16:30:00Z", "expires_at": "2024-02-14T16:30:00Z" } ], "total": 1, "has_more": false }
List all API keys for the authenticated user
active
expired
revoked
Show API Key Properties