cURL
curl --request PUT \ --url https://api.example.com/v1/kyb/{kyb_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "answer": {} }'
{ "message": "Answer updated successfully" }
Update a specific KYB answer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
KYB answer UUID
Answer updated successfully
"Answer updated successfully"