Skip to main content
GET
/
batches
/
{merchantMatchBatchId}
/
results
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": {}
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

merchantMatchBatchId
string<uuid>
required

ID of the batch merchant matching job

Response

Successful operation

results
object[]