Quenza
Quenza is a digital care and client-engagement platform for coaches, therapists, and other helping professionals. Practitioners build activities - worksheets, exercises, psycho-education, intake forms, reflection prompts, and surveys - bundle them into timed pathways (care programs), and share them with clients through a branded client portal and mobile apps, then track responses, results, notes, tasks, and chat. Quenza exposes a documented public REST API (v1) for programmatically managing clients, team members, groups, and tasks, authenticated with a workspace Bearer token. API access is available on the Collective and Beyond plans; webhooks are available from the Growth plan up.
APIs
Quenza Clients API
Programmatically manage the people a practitioner works with. List and retrieve clients (paginated), create a client and send them an invitation email, update client fields, and...
Quenza Groups API
Organize clients into groups for shared programs and communication. Create a group and attach members to it. Confirmed endpoints - POST /groups and POST /groups/{group}/members.
Quenza Members API
Manage the team members (professionals) in a workspace. List all members including pending and suspended ones, invite a new member with a member or manager role, and update memb...
Quenza Tasks API
List the tasks in a workspace (paginated), optionally filtered by assignee using assignee_type and assignee_id together. Confirmed endpoint - GET /tasks.