v1
latestOpenAPI 3.1.02026-07-22191956.7 KBEnrollments
Get an enrollment
onboarding is recomputed from the live onboarding checklist on every read. When Prescience flips the company to prod, status becomes active and the group status moves to active, also announced by the group.state_changed webhook.
get/groups/{groupId}/enrollments/{enrollmentId}
Path parameters
groupIdstring required
Group ID, e.g. grp_8c2f41d09a3e.
enrollmentIdstring required
Enrollment ID, e.g. enr_3f7a92c81b40.
Response
The enrollment with live onboarding progress.
Example response
{
"id": "enr_3f7a92c81b40",
"groupId": "grp_8c2f41d09a3e",
"quoteId": "qt_5b9e2c7f10ad",
"startDate": "2026-09-01",
"companyDomain": "acme.com",
"employerPortal": {
"signinUrl": "https://www.getprescience.com/signin"
}
}