CorebanqCorebanq Developer Docs
Kybv1K Y B Answers

Update KYB answer

Update a specific KYB answer

PUT/v1/kyb/{kyb_id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

kyb_id*string

kyb_id path parameter

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/v1/kyb/string" \  -H "Content-Type: application/json" \  -d '{    "answer": {}  }'
{
  "message": "Answer updated successfully"
}