cURL
curl --request PUT \ --url https://api.example.com/kyb/forms/{companyId}/questionnaires/{id}/answers/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "sections": {} }'
{ "sections": {} }
Authentication for actions with all operations associated with KYB form. Token obtained from KYB form token generation endpoint as tokenString value.
tokenString
A unique value identifying this questionnaire.
Show child attributes
Contact support