Skip to main content
GET
/
related-visitors
Get Related Visitors
curl --request GET \
  --url https://api.fpjs.io/related-visitors \
  --header 'Auth-API-Key: <api-key>'
{
  "relatedVisitors": []
}

Authorizations

Auth-API-Key
string
header
required

Query Parameters

visitor_id
string
required

The visitor ID for which you want to find the other visitor IDs that originated from the same mobile device.

Response

OK.