GET
/
account
/
{account_id}
/
accounts-linked
curl --request GET \
  --url https://api.sandbox.verisoul.ai/account/{account_id}/accounts-linked \
  --header 'x-api-key: <api-key>'
{
  "request_id": "<string>",
  "accounts_linked": [
    {
      "account_id": "<string>",
      "score": 123,
      "email": "<string>",
      "match_type": [
        "<string>"
      ],
      "lists": [
        "<string>"
      ],
      "metadata": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

account_id
string
required

ID of the account to retrieve linked accounts for

Response

200
application/json
Linked accounts response
request_id
string

The ID of the request

accounts_linked
object[]

List of accounts linked to the specified account