GET
/
batches
/
{merchantMatchBatchId}
curl --request GET \
  --url https://east.sandbox.spade.com/batches/{merchantMatchBatchId} \
  --header 'X-Api-Key: <api-key>'
{
  "batchId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "pending"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

merchantMatchBatchId
string
required

ID of the batch merchant matching job

Response

200
application/json

Successful operation

The response is of type object.