Skip to main content
POST
Initiate a customer verification

Authorizations

x-api-key
string
header
required

Path Parameters

customerId
string
required

Body

application/json
type
enum<string>
required

Type of verification to initiate

Available options:
wallet_signer_activation,
transaction_approval,
ceremony_approval,
signer_recovery_enrollment
clientReferenceId
string
required

Client-provided reference ID to correlate the verification with your system

Required string length: 1 - 60
Example:

"txn-abc-123"

Response

verificationId
string
required

Unique identifier for the initiated verification

Pattern: ^vrf_[0-9A-Za-z]{22}$
Example:

"vrf_2xKjF9mQb7vN4hL1pR3w8t"

verificationUrl
string
required

URL to redirect the user to for completing the verification

Example:

"https://app.conduit.financial/verify/vtok_2xKjF9mQb7vN4hL1pR3w8t"