Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/sessions/:session_id/decision
Fetch the final verdict + ContraToken if approved.
curl https://identity.contra.id/v1/sessions/sess_b3f1c2a4/decision \ -H "x-api-key: $CONTRA_KEY"
{ "session_id": "sess_b3f1c2a4", "status": "approved", "workflow_id": "enhanced_kyc", "vendor_data": "user-abc-123", "compliance_level": "enhanced", "contra_token": "eyJhbGciOiJIUzI1NiI…", "node_results": { "document_verification": { "status": "passed", "required": true }, "biometric_kyc": { "status": "passed", "required": true }, "aml_screening": { "status": "passed", "required": true }, "phone_verification": { "status": "passed", "required": true } } }
status
declined
in_review
contra_token
compliance_level
node_results