latestOpenAPI 3.0.32026-08-19299284712.8 KB

67d9f45bb99b

integrations

Handle an inbound Merge webhook POST.

Validates the payload, deduplicates by signature, resolves the connection, checks sync-status safety from the webhook payload, and dispatches a transaction refresh task when all preconditions pass.

Args: request: DRF request with HMAC-verified request.auth signature.

Returns: JsonResponse with status indicating the outcome: duplicate, ignored, skipped, or accepted (HTTP 202).

post/integrations/merge/webhook

Response

No response body