KapworkKapwork Partner API

Partner API

Verified receivables data via REST API

Overview

Kapwork maintains integrations with debtor portals (Coupa, Ariba, Tradeshift, and others). When a debtor acknowledges a receivable in their system, we capture that data and expose it through this API.

The API is read-only. You query receivables that have been verified by debtor systems. Each receivable includes its complete change history and the raw metadata from the source portal.


Documentation


Endpoints

ActionEndpoint
List receivables for a vendorGET /v1/receivables?vendor_id=X
List receivables for a vendor-debtor pairGET /v1/receivables?vendor_id=X&debtor_id=Y
List all receivablesGET /v1/receivables?verified_since=all
Get a single receivable with history and metadataGET /v1/receivables/:id
List debtors for a vendorGET /v1/debtors?vendor_id=X
List vendors for a debtorGET /v1/vendors?debtor_id=Y

All query parameters →


Support

Contact your Kapwork account representative or email support@kapwork.com.

On this page