Open API reference Download OpenAPI JSON Manage API keys Talk integration
API
Search
Search VMEs and syndics by name, postal code, region, and portfolio.
v1
Profiles
Fetch detailed profiles, portfolios, annual-account data, and market stats.
CSV
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&region=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.