Skip to main content
POST
Verifycustomerotp

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /v2/token.

Body

application/json

Request to verify an OTP code.

target
string
required

Email address or phone number the OTP was sent to

Required string length: 1 - 255
code
string
required

6-digit OTP code

Required string length: 6
Pattern: ^\d{6}$
name
string | null

Customer name (used during registration)

Maximum string length: 255

Response

Successful Response

success
boolean
required
error
string | null
verifiedTarget
string | null
otpType
string | null
sessionToken
string | null
identity
CustomerIdentityResponse · object | null

Customer identity information returned after successful verification.