Improvement

Partner API Pond and Group Assignment Endpoints

What’s New

The Partner API now supports pond and group management, making it easier to integrate with external systems that need to organize contacts into teams or categories.

New Endpoints

  • GET /api/partner/ponds - List all ponds with their members
  • GET /api/partner/ponds/:id - Get a specific pond with member details
  • GET /api/partner/groups - List all groups with their members
  • GET /api/partner/groups/:id - Get a specific group with member details

Enhanced People Endpoint

The /api/partner/people endpoint now includes:

  • assignedPondId and assignedPond fields
  • assignedGroupId and assignedGroup fields

This enables integrations to see which pond or group a contact belongs to and manage assignments accordingly.