Footer Section
Explore

Creates a workflow configuration for IDV authentication. The following types of workflow configurations can be created: DV and DVF. The IDV workflow configuration is the secure agreement automation workflow that integrates with Conga Sign. This must be set in the back office.
The unique Id of the Id verification workflow configuration.
The Id verification workflow type.
The customer alias.
Id verification workflow description.
To skip the identity verification workflow for accessing signed documents.
No Content
curl --request POST \--url https://coreapps-rlsdev.congacloud.io/api/sign/v1/cs-accountconfig/idvWorkflowConfigs \--header 'Accept: application/json' \--header 'Authorization: 123' \--header 'Content-Type: application/json' \--data '[{"id": "string","type": "string","tenant": "string","desc": "string","skipWhenAccessingSignedDocuments": true}]'