Create a group setup intent

Creates a group_setup_intent from a group_quote_intent that has a quote available. The intent coordinates the policy setup workflow including requirements collection and policy creation.

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Request

This endpoint expects an object.
quote_intent_idstringRequiredformat: "gqi_.+"
Unique identifier for the group quote intent to create a setup intent from

Response

OK
idstringformat: "gsi_.+"
Unique identifier for the group setup intent
group_idstringformat: "gr_.+"
Unique identifier for the group
plan_idstringformat: "pl_.+"
Unique identifier for the plan
quote_intent_idstringformat: "gqi_.+"
Unique identifier for the group quote intent this setup intent was created from
statusenum
Current status of the group setup intent
due_datedatetime or null
Due date for the setup intent
objectstring or nullRead-only
Object type identifier

Errors