Portal Engagement Summary Run in API Explorer
Ask AI
Get an aggregate summary of client portal engagement across the firm. Includes total clients with/without portal access, login counts for 30/90/365 day rolling windows, and never-logged-in counts.
Optionally filterable by assigned adviser UUID.
GET
/api/v1/portal-engagement/summary
curl \
--request GET 'https://api.plannrcrm.com/api/v1/portal-engagement/summary' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthenticated."
}