Inbound webhooks use Basic Authentication, not OAuth2. See Authentication for details on how to authenticate webhook requests.
Update billing document metadata (invoices, credit notes) from an external accounting system.
This webhook uses Basic Auth (webhook credentials), not the OAuth credentials used for the API. Contact integrations@qargo.com to request credentials.
Use this endpoint to push document status changes or related metadata updates back to Qargo. This is typically triggered when your external accounting system processes billing documents.
Security
BasicAuthWebhookCredentials
POST
{ "updates": [ { … } ] }