Skip to main content
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>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>
Available options:
Matched,
Mismatched,
Missing,
PfiError

Response

200 - application/json
hasMore
boolean
required
data
string[]
required