cURL
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/reconciliation/items \
--header 'Authorization: Bearer <token>'{
"hasMore": true,
"data": [
"<string>"
]
}Reconciliation
Get v1reconciliationitems
GET
/
v1
/
reconciliation
/
items
cURL
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/reconciliation/items \
--header 'Authorization: Bearer <token>'{
"hasMore": true,
"data": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.borderless.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Available options:
Matched, Mismatched, Missing, PfiError Was this page helpful?
⌘I