cURL
curl --request POST \ --url https://api.example.com/v1/kyb/submit-answer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "actor_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "flow_name": "<string>", "question_name": "<string>", "answer": {}, "record_index": 1, "metadata": {} } '
{ "flow": { "actor_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "flow_name": "<string>", "current_step": "<string>", "previous_step": "<string>", "status": "NOT_STARTED", "sections": [ { "name": "<string>", "title": "<string>", "icon": "<string>", "status": "NOT_STARTED", "show": true } ] }, "question": { "name": "<string>", "section": { "name": "<string>", "title": "<string>", "icon": "<string>", "status": "NOT_STARTED", "show": true }, "q": "<string>", "description": "<string>", "message": { "text": "<string>", "severity": "info" }, "schema": {}, "uiSchema": {}, "formData": {} } }
Submit an answer for a KYB flow question
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 0
Show child attributes
Answer submitted successfully