v1

latestOpenAPI 3.0.32026-07-2485236250.4 KB
Confirmation

Request SMS code

Sends an SMS to the phone number that was provided by user during KYC process with OTP code.

post/api/v1/confirmation/sms

Response

OK

attempts_leftinteger required
code_lengthinteger required
expires_atstring required
resend_atstring required
session_idstring required

Example response

{
  "attempts_left": 3,
  "code_length": 6,
  "expires_at": "2021-01-01T00:00:00Z",
  "resend_at": "2021-01-01T00:00:00Z",
  "session_id": "00000000-0000-0000-0000-000000000001"
}