cURL
curl --request GET \ --url https://api.example.com/kyb/forms/{companyId}/questionnaires/answers/detail/ \ --header 'Authorization: Bearer <token>'
[ { "title": "<string>", "sections": [ { "title": "<string>", "questions": [ { "key": "<string>", "title": "<string>", "type": "CHECKBOX", "value": [ "<string>" ] } ] } ], "id": "<string>", "name": "<string>" } ]
Authentication for actions with all operations associated with KYB form. Token obtained from KYB form token generation endpoint as tokenString value.
tokenString
Show child attributes
A unique identifier for the questionnaire.
Contact support