API
Professional integration for VME and syndic data
Use the SyndicData API to integrate search, detail profiles, portfolios, stats, and exports into your own product or workflow.
Search
Search VMEs and syndics by name, postal code, region, and portfolio.
Profiles
Fetch detailed profiles, portfolios, annual-account data, and market stats.
Exports
Use exports for CRM, BI, and prospecting workflows.
What you can integrate
- GET /api/v1/vme - search and paginate Belgian VMEs
- GET /api/v1/vme/{enterpriseNumber} - fetch a VME profile
- GET /api/v1/syndics - find syndics and filter by portfolio size
- GET /api/v1/syndics/{enterpriseNumber}/portfolio - fetch full portfolios
- GET /api/v1/stats/overview - add current market stats to dashboards
- GET /api/v1/financials/{enterpriseNumber} - fetch annual-account KPIs and attachment metadata
- GET /api/export/* - download CSV exports for CRM and BI workflows
Example request
GET /api/v1/syndics?q=gent®ion=Flanders&minVme=25&page=1&pageSize=25
Authorization: Bearer sd_live_...
API keys are available from the Professional plan.
Default pagination is page=1 and pageSize=25; maximum pageSize is 100.
Each account can have up to five active keys. Revoke old keys during rotation.