curl --request GET \ --url https://taap.it/api/v1/radar/people/details \ --header 'Authorization: <authorization>'
{ "error": "Visitor not found"}
Radar API
Person details
Retrieve a single person with their sessions and activity heatmap
GET
/
api
/
v1
/
radar
/
people
/
details
Person details
curl --request GET \ --url https://taap.it/api/v1/radar/people/details \ --header 'Authorization: <authorization>'
{ "error": "Visitor not found"}
Returns one person (visitor) with their profile, the list of sessions in the range, and a daily
activity heatmap. Responses are always freshly computed (not cached).Request:
cURL
curl -X GET 'https://taap.it/api/v1/radar/people/details?visitorId=v_8a1c2d&start=2026-01-01T00:00:00Z&end=2026-01-31T23:59:59Z' \ -H 'Authorization: Bearer taapit_your_api_key_here'