Kybv1K Y B Answers
Get all KYB answers
Retrieve all KYB answers for a specific customer
GET
/v1/kyb/customer/{customer_id}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
customer_id*string
Customer UUID
Response Body
application/json
curl -X GET "https://example.com/v1/kyb/customer/497f6eca-6276-4993-bfeb-53cbbbba6f08"[
{
"actor_id": "04f37679-bfbf-4906-b749-01756515cecf",
"flow_name": "string",
"question_name": "string",
"previous_step": "string",
"answer": {},
"created_at": "2019-08-24T14:15:22Z"
}
]