v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBReporting
Get source breakdown
Use this endpoint to retrieve a breakdown of reconciliation metrics by source for a specific context and date range. Shows match rates, transaction counts, and unmatched amounts per source.
get/v1/reports/contexts/{contextId}/dashboard/source-breakdown
Path parameters
contextIdstring required
The unique identifier of the reconciliation context.
Query parameters
date_fromstring required
Start date (YYYY-MM-DD)
date_tostring required
End date (YYYY-MM-DD)
source_idstring
Source ID filter
Headers
X-Request-Idstring
A unique identifier for tracing the request across services.
Response
Source breakdown metrics
Example response
{
"sources": [
{
"currency": "USD"
}
]
}