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:
| Environment | Base URL |
|---|---|
| Test | https://praevisum-test.bosa.fgov.be/api/v1 |
| Production | https://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
- Authentication: how the API authenticates requests today.
- First request: a walkthrough against the test environment.
- Conventions: resource design, pagination, errors and rate limits.
- API reference: the full, generated endpoint reference.