New: French documentation now available! Switch to French
English
cURL
curl --request POST \ --url https://api.txcloud.io/v1/kyb/risk/assess \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "company_id": "<string>", "relationship_type": "<string>", "transaction_volume": {} } '
{ "id": "<string>", "overall_risk": { "level": "<string>", "score": 123, "tier": "<string>" }, "risk_breakdown": {}, "due_diligence_level": "<string>", "recommendations": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Risk assessment
Show child attributes