Skip to main content
PUT
/
kyb
/
forms
/
{companyId}
/
questionnaires
/
{id}
/
answers
Update questionnaire answers
curl --request PUT \
  --url https://ivs.idenfy.com/kyb/forms/{companyId}/questionnaires/{id}/answers/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "sections": {}
}'
{
  "sections": {}
}

Documentation Index

Fetch the complete documentation index at: https://documentation.idenfy.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authentication for actions with all operations associated with KYB form.
Token obtained from KYB form token generation endpoint as tokenString value.

Path Parameters

companyId
string
required
id
string
required

A unique value identifying this questionnaire.

Body

application/json
sections
object
required

Response

200 - application/json
sections
object
required