Skip to main content
There are two main ways to automatize data outputs from Qobra:
  • via the Webhook
  • via Qobra’s APIs
Data outputs diagram

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:
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.