Bisson Dynamics-Monday Sync API Available endpoints: GET /api/sync/status - Get sync status for all entities GET /api/sync/status/:entity - Get sync status for specific entity GET /api/sync/entities - List all configured entities POST /api/sync/trigger/:entity - Trigger sync for an entity POST /api/sync/trigger-all - Trigger sync for all entities POST /api/sync/clear/:entity - Clear sync state (force full sync) POST /api/webhooks/monday - Monday.com webhook handler GET /api/cron/sync/:entity - Vercel Cron: sync specific entity GET /api/cron/sync-all - Vercel Cron: sync all entities Query parameters for /trigger: ?delta=true - Only sync records modified since last sync ?max=100 - Limit number of records ?dryRun=true - Simulate without writing ?full=true - Force full sync