- Shipped
- April 3, 2026 at 10:56 PM UTC
- Author
- Kamo
- Commit
- 5c6b40c
New endpoints on AccountController under /api/security/account/: - Customer CRUD: GET/POST/PUT/DELETE /customers, GET /customers/{uid} - Associated data: GET /customers/{uid}/leads, /orders, /members - Member management: PUT /customers/{uid}/members (add/remove/set master) - Notes: GET/POST /customers/{uid}/notes - Account groups: GET/POST/PUT/DELETE /groups Full detail endpoint returns account info, contact details from **************** address, lead/order/member counts.