cURL
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/reconciliation/items/{transactionId} \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "<string>",
"details": {},
"checkedAt": "2023-11-07T05:31:56Z",
"transactionId": "<string>",
"externalTransactionId": "<string>",
"organizationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}Reconciliation
Get v1reconciliationitems 1
GET
/
v1
/
reconciliation
/
items
/
{transactionId}
cURL
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/reconciliation/items/{transactionId} \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "<string>",
"details": {},
"checkedAt": "2023-11-07T05:31:56Z",
"transactionId": "<string>",
"externalTransactionId": "<string>",
"organizationId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}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.
Path Parameters
Was this page helpful?
⌘I