GET
/api-v1/reconciliation-lines
curl \
--request GET 'https://wyzio.app/api-v1/reconciliation-lines' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"processDate": "2026-05-04T09:42:00Z",
"movementDirection": "IN",
"contactName": "string",
"reference": "string",
"valueDate": "2026-05-04T09:42:00Z",
"paidCurrencyCode": "string",
"paidAmount": 42.0,
"referredDocumentType": "PURCHASE_INVOICE",
"isMatch": true,
"isInternalContact": true,
"organizationId": 42
}
]