Retrieve a group quote intent
Retrieves a group_quote_intent object.
Path parameters
Headers
The target platform id. Required only when calling with a dashboard (WorkOS AuthKit) access token instead of a platform API key — the token carries no platform claim, so the caller must say which platform it means. Ignored for platform API key / embed session token callers.
Response
OK
Example response
{
"id": "gqi_3b1333d87d9d4fd6ad83ba7f6b0e951a",
"group_id": "gr_3b1333d87d9d4fd6ad83ba7f6b0e951a",
"plan_id": "pl_3b1333d87d9d4fd6ad83ba7f6b0e951a",
"cost_sharing": {
"member_count": {
"adults": 123,
"children": 123
},
"member_selection": {
"partner": true,
"children": true
},
"percentage": {
"percentage": 123
}
},
"expected_start_date": "2024-12-01",
"items": [
{
"levels": [
{
"group_id": "gr_3b1333d87d9d4fd6ad83ba7f6b0e951a",
"plan_id": "pl_3b1333d87d9d4fd6ad83ba7f6b0e951a",
"cost_sharing": {
"member_count": {
"adults": 123,
"children": 123
},
"member_selection": {
"partner": true,
"children": true
},
"percentage": {
"percentage": 123
}
},
"coverage_selections": [
{
"configuration_id": "pc_3b1333d87d9d4fd6ad83ba7f6b0e951a",
"options": [
{
"option_id": "pco_3b1333d87d9d4fd6ad83ba7f6b0e951a"
}
]
}
]
}
]
}
],
"action_required": {
"due_by": "2024-12-01T00:00:00Z"
}
}Changes
Changed in 3 of the 11 revisions of this API.23
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
- ○
added the new optional
headerrequest parameterX-Platform-Idnew-optional-request-parameter
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○