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": {}
}
]
}Returns all accounts linked to a specific account
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": {}
}
]
}