ReconcilingSources
List reconciling sources
Returns all reconciling sources configured for the company. This endpoint is not paginated.
get/reconcilingsources/{companyId}
Path parameters
companyIdstring required
Response
Successful Response
Example response
{
"data": [
{
"name": "Stripe orders feed",
"matchingMetadataKey": "orderId",
"customId": "stripe-orders"
}
]
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.