API ReferenceIdentities
User referrers
One user's top referrers over a window. Organization-wide; requires owner/admin. Identify by email OR user_id (exactly one). Returns identity_id and referrers, each with referrer and count.
AuthorizationBearer <token>
Organization API Token (prefixed sk_) sent as Authorization: Bearer sk_.... Create one in Settings and grant it scopes. Server-side only.
In: header
Query Parameters
email?string
The user's email address. Provide exactly one of email or user_id.
Length
1 <= lengthuser_id?string
The user_id as sent to Logspot via identify/track. Provide exactly one of email or user_id.
Length
1 <= lengthstart_date?string
Inclusive start of the window (ISO-8601). Defaults to 30 days ago.
end_date?string
Inclusive end of the window (ISO-8601). Defaults to now.
limit?integer
Maximum referrers to return (1-50). Defaults to 10.
Range
1 <= value <= 50Response Body
curl -X GET "https://api.logspot.io/v1/identities/referrers"Empty
Empty
Empty
Empty
Empty