Overview

Integrating with the Praevisum API - base URLs, conventions and where to find the reference.

Who this is for

This section is for developers integrating an organization's or policy cell's own systems with Praevisum: submitting dossiers, reading their status, or reacting to changes programmatically.

Base URLs

The API is versioned under /api/v1 and served over HTTPS from the same host as the application:

EnvironmentBase URL
Testhttps://praevisum-test.bosa.fgov.be/api/v1
Productionhttps://praevisum.bosa.fgov.be/api/v1

All request and response bodies are JSON.

The integration surface and machine credentials are still being finalized. The reference currently documents the full internal API used by the Praevisum front end, and endpoints may change until the first public release.

Where to go next