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.

POSThttps://api.insurely.com/wealth/collection/{collectionId}/supplement-info
authorization-token
Type:apiKey
Parameter Name:authorization-token
In:header

Path 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