users
Send a Verification Token
Send a user a verification token.
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
user_id
string
requiredId of the user to fetch
Body
application/json
use_voice
boolean
default: falseDefaults to false
which sends token via SMS. Set true
to receive via call instead.