curl https://api.flux.dev/v1/events?type=user.signup&limit=10 \ -H "Authorization: Bearer sk_live_..."
{ "data": [ { "id": "evt_1a2b3c4d", "type": "user.signup", "created": "2024-01-15T10:30:00Z", "data": { "userId": "usr_123", "email": "jane@example.com" } }, { "id": "evt_5e6f7g8h", "type": "user.signup", "created": "2024-01-15T09:15:00Z", "data": { "userId": "usr_456", "email": "john@example.com" } } ], "hasMore": true, "nextCursor": "cur_xyz789" }
Retrieve a list of events
user.signup
nextCursor