#847 — Partner/User detailed counts
Repo: Twill-AI/facade State: closed | Status: done Assignee: meliascosta, sparsh-twillpayments
Created: 2025-12-20 · Updated: 2026-02-03
Description
To support a more detailed view/functionalities on the master portal’s partner tab (design here), we need to enrich our endpoints:
- Keep partner table updated for each partner’s counts (per each status), activity label counts, number of merchants, and number of users at nightly jobs
- Keep user table updated for each user’s counts (per each status), activity label counts, number of merchants, and number of users at nightly jobs
-
api/v1/master/partnersto include the above -
api/v1/master/partnersto be paginated -
api/v1/partner/usersto include the above -
api/v1/partner/users/{user_id}to include the above - New endpoint
api/v1/master/partners/{partner_id}to get all details on a partner
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets