v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
KYC

Retrieve an OTP code to verify a Phone Number

This call replaces the existing phone number for a user if it exists, whether it's verified or not.

post/api/v1/verification

Request body

phoneNumberstring required

Example request

{
  "phoneNumber": "+555599998888"
}

Response

OTP was sent.

okboolean

Example response

{
  "ok": true
}