v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBReconcilingSources
Create reconciling source
Creates a reconciling source identified by customId. Calling this endpoint again with a customId that already exists updates the existing reconciling source instead of creating a duplicate or raising a conflict error; only the fields sent are applied, and any field previously stored is kept unless a new value is sent.
post/reconcilingsources/{companyId}
Path parameters
companyIdstring required
Request body
Example request
{
"name": "Stripe orders feed",
"matchingMetadataKey": "orderId",
"customId": "stripe-orders"
}Response
Successful Response