Skip to main content
GET
Person details
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
Response:

Authorization

string
required
Bearer token with your Radar API key. Format: Bearer taapit_...

Query Parameters

string
required
The visitor identifier returned by the People endpoint.
string
required
Start of the range, ISO 8601 (UTC).
string
required
End of the range, ISO 8601 (UTC).

Response Fields

object
The person’s profile (same shape as a row in the People endpoint).
array
Sessions within the range.
array
Daily activity, each entry with date (YYYY-MM-DD) and events count.