Skip to main content
GET
/
batches
/
{universalEnrichmentBatchId}
/
results
Get the results of a batch universal enrichment job
curl --request GET \
  --url https://east.sandbox.spade.com/batches/{universalEnrichmentBatchId}/results \
  --header 'X-Api-Key: <api-key>'
{
  "results": [
    {
      "transactionInfo": {
        "type": "spending",
        "subType": null,
        "spendingInfo": null,
        "thirdParties": [
          {
            "id": "ac48cef2-0d7f-4159-865e-e92b152262bc",
            "name": "Paypal",
            "type": "payment_processor",
            "logo": "https://static.v2.spadeapi.com/logos/9063bc0f0a3f4b1fbf644f9862e17002/light.png",
            "website": "https://www.paypal.com/"
          }
        ],
        "recurrenceInfo": null,
        "display": {
          "name": "<string>",
          "categoryName": "<string>",
          "graphic": "<string>",
          "graphicSource": "<string>"
        },
        "transferInfo": {
          "direction": "outgoing",
          "transferMethod": "ach",
          "transferType": "external",
          "isAdjustmentOrRefund": true
        },
        "atmInfo": {
          "sponsorName": "<string>",
          "ownerName": "<string>"
        },
        "isAccountVerification": true,
        "isPeerToPeer": true,
        "isDigitalWallet": true,
        "transactionId": "<string>",
        "riskInsights": {
          "irregularWebPresenceDetected": true,
          "negativeOnlineSentiment": true,
          "highRiskEntity": true,
          "riskyIndustry": true,
          "cardAcceptanceHistory": "extensive"
        }
      },
      "counterparty": [
        {
          "location": [
            {
              "id": "fdf79470-3deb-4638-956a-6859e473b9d8",
              "address": "1234 W 5th Ave Suite 100",
              "addressLine1": "1234 W 5th Ave",
              "addressLine2": "Suite 100",
              "city": "New York",
              "region": "NY",
              "country": "USA",
              "postalCode": "10001",
              "latitude": 45,
              "longitude": 120,
              "phoneNumber": "+18664862360",
              "matchScore": 93.5
            }
          ],
          "possibleCounterpartyAlternate": null,
          "id": "704bbd58-fb12-4bdb-9aae-2786704ea92a",
          "name": "Amazon",
          "legalName": "Amazon Inc.",
          "industry": [
            {
              "id": "011-000-000-000",
              "name": "Retail",
              "icon": "https://static.v2.spadeapi.com/categories/ee4ee39fd5474d31ac42f9e606b9040a/light.png"
            }
          ],
          "matchScore": 93.5,
          "logo": "https://static.v2.spadeapi.com/logos/de33f8973bc934c5b368a5b27155db02/light.png",
          "phoneNumber": "+18664862360",
          "website": "https://www.amazon.com"
        }
      ],
      "enrichmentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "mobileAppInfo": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "url": "<string>",
        "logo": "<string>",
        "developerName": "<string>",
        "developerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "category": "<string>",
        "hasGamblingOrRewards": true,
        "hasSimulatedGambling": true,
        "ageRating": "<string>"
      },
      "customAttributes": {},
      "statusCode": 123,
      "errors": {}
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

universalEnrichmentBatchId
string<uuid>
required

ID of the batch universal enrichment job

Response

Successful operation

results
object[]