curl --request GET \
--url https://api.getsly.ai/v1/v1/mpp/reconciliation \
--header 'Authorization: Bearer <token>'{
"matched": 123,
"unmatched_ledger": 123,
"unmatched_receipts": 123,
"discrepancies": [
{
"id": "<string>",
"type": "<string>"
}
]
}curl --request GET \
--url https://api.getsly.ai/v1/v1/mpp/reconciliation \
--header 'Authorization: Bearer <token>'{
"matched": 123,
"unmatched_ledger": 123,
"unmatched_receipts": 123,
"discrepancies": [
{
"id": "<string>",
"type": "<string>"
}
]
}API key (pk_test_* or pk_live_), JWT session, agent token (agent_), Ed25519 session (sess_), or portal token (portal_).