跳转到主要内容
POST
请求 OTP 验证码

授权

Authorization
string
header
必填

会话 JWT(来自注册/登录)或 API key(pk_...)。 也接受 X-API-Key: <token> 作为替代请求头。

请求体

application/json
action
enum<string>
必填
可用选项:
login,
payout,
crypto_withdrawal,
transfer,
banking_operation,
card_reveal,
api_key_create,
member_add,
phone_change

响应

挑战已创建;验证码正在发送。

challenge_id
string<uuid>
account_id
string<uuid>
action
enum<string>
可用选项:
login,
payout,
crypto_withdrawal,
transfer,
banking_operation,
card_reveal,
api_key_create,
member_add,
phone_change
channel
enum<string>
可用选项:
sms,
whatsapp
phone
string

验证码发送到的打码手机号。

status
enum<string>
可用选项:
pending,
verified,
consumed,
expired
created_at
string<date-time>
expires_at
string<date-time>
verified_at
string<date-time>
consumed_at
string<date-time>
最后修改于 2026年7月18日