Routes
Add collection supplemental information
Add supplemental information to a collection. See the extended section of SupplementInformation for what types of supplemental information that are supported.
authorization-token
Type:
apiKeyParameter Name:
authorization-tokenIn:
headerPath Parameters
collectionIdstringrequired
Header Parameters
Insurely-Versionstring
Enum:
["2025-01-01"]Request Body
typestring
Type of the supplemental information.
Possible Enum values are
TWO_FACTOR_CODE, TWO_FACTOR_CHOICE, RESPONSE_OBJECT, or COLLECTION_INPUT.Responses
Successfully added supplemental information.
cURL
curl https://api.insurely.com/wealth/collection/{collectionId}/supplement-info \ -H "authorization-token: <authorization-token>" \ -X POST