curl --request GET \
--url https://east.sandbox.spade.com/batches/{merchantMatchBatchId}/results \
--header 'X-Api-Key: <api-key>'{
"results": [
{
"requestId": "<string>",
"counterparty": {
"id": "<string>",
"name": "<string>",
"similarity": 123
},
"location": {
"id": "<string>",
"name": "<string>",
"address": "<string>",
"city": "<string>",
"similarity": 123
},
"customAttributes": {},
"statusCode": 123,
"errors": {}
}
]
}Get the results of a batch merchant matching job.
curl --request GET \
--url https://east.sandbox.spade.com/batches/{merchantMatchBatchId}/results \
--header 'X-Api-Key: <api-key>'{
"results": [
{
"requestId": "<string>",
"counterparty": {
"id": "<string>",
"name": "<string>",
"similarity": 123
},
"location": {
"id": "<string>",
"name": "<string>",
"address": "<string>",
"city": "<string>",
"similarity": 123
},
"customAttributes": {},
"statusCode": 123,
"errors": {}
}
]
}