Add active_enrollments field to GET /borrower/me response
12 days ago by ReadMe API
Changes
- Updated endpoints:
- GET /borrower/me: Added the
active_enrollmentsproperty to the response. This new field is an array ofAPIEnrollmentobjects, providing detailed information about the borrower's current enrollments.
- GET /borrower/me: Added the
Definitions added:
- APIEnrollment: Object describing enrollment details with properties such as
enrollment_campaign,enrollment_name,entity_id,entity_type,id,status, optionalrecommendations, and optionaluser_inputs_uuid.
