{
"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": {}
}
}
Start or continue a KYB verification flow
{
"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": {}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Flow navigation successful
The response is of type object
.