- via the Webhook
- via Qobra’s APIs

Webhook
In Qobra, you can send an HTTPS request when a statement is sent to payroll. This is mainly use to push data back to your payroll system if necessary. You’ll find the webhook documentation here.APIs
To extract Qobra’s data to your datalake, customers use ETLs (Airbyte, Fivetran) coupled with Qobra’s API. Here are the endpoints that should be considered:- the Fetch statements records route (v2), to retrieve statement reporting data
- the Fetch reporting records route (v2), to retrieve record reporting data
- the Fetch users route (v1), to retrieve all user data
- the Fetch data table records route (v1), to retrieve all data tables data
Reporting is served by the v2 API — the v2
quickstart walks through a full extraction. The
v1 reporting routes still work but are deprecated: if your integration already
uses them, follow the migration
guide. User and data table endpoints stay
on v1 and are maintained.