v1
latestOpenAPI 3.1.02026-07-22191956.7 KBGroups
Get a group
get/groups/{groupId}
Path parameters
groupIdstring required
Group ID, e.g. grp_8c2f41d09a3e.
Response
The group.
Example response
{
"id": "grp_8c2f41d09a3e",
"companyName": "Acme Inc",
"domain": "acme.com",
"externalId": "co_4821",
"address": {
"line1": "548 Market St",
"city": "San Francisco",
"state": "CA",
"zip": "94104"
},
"contact": {
"name": "Dana Park",
"email": "dana@acme.com",
"title": "Head of People"
},
"currentCoverage": {
"planType": "fully_insured",
"carrier": "Anthem",
"pepmCents": 80000,
"renewalDate": "2026-09-01"
},
"censusMemberCount": 12
}