POST
/
v1
/
kyb
/
submit-answer
{
  "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": {}
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json

Answer submitted successfully

The response is of type object.