Routes
Add collection supplemental information
Add supplemental information to a collection. This can be necessary if a collection requires 2 factor authentication. The collection will have the status 'TWO FACTOR PENDING' in this case.
client-id
Type:
apiKeyParameter Name:
client-idIn:
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
Data collection successfully initiated.
cURL
curl https://api.insurely.com/insurance/collection/{collectionId}/supplement-info \ -H "client-id: <client-id>" \ -X POST