Skip to main content
cURL
curl --request GET \
  --url https://api.sandbox.verisoul.ai/account/{account_id}/accounts-linked \
  --header 'x-api-key: <api-key>'
{
  "request_id": "9b3f35c7-a4e6-4762-91db-b026bfe46e9c",
  "accounts_linked": [
    {
      "account_id": "john-doe-1",
      "score": 0.1085,
      "match_type": [
        "network",
        "email",
        "browser",
        "device"
      ],
      "email": "[email protected]",
      "lists": [
        "us_users"
      ],
      "metadata": {}
    },
    {
      "account_id": "john-doe-2",
      "score": 0.1085,
      "match_type": [
        "network",
        "email",
        "browser"
      ],
      "email": "[email protected]",
      "lists": [
        "us_users"
      ],
      "metadata": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

account_id
string
required

Response

request_id
string
accounts_linked
object[]