Skip to main content
POST
Create Trust Validation

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header.

Headers

Accept
string
default:application/json
Content-Type
string
default:application/json

Body

application/json
trustFlowId
integer
required

Trust flow identifier for the validation session to create.

metadata
object

Optional key-value metadata to attach to the trust validation session.

Response

200 - application/json

Trust validation created successfully

success
boolean
message
string
trustValidationId
string

Use this value as trustValidationId on verification API calls for this session.

trustFlowId
integer

Trust flow identifier.

verifications
string[]

Verification types enabled for this trust flow (for example document_verification, aml).