sendPhoneNumberVerification

client.sendPhoneNumberVerification({
  accessToken: string
})

About this command

Request the verification of the phone number of a profile. If there is a phone number configured in the profile that was not already verified, and the SMS feature is activated, sends an SMS to verify it.

Examples

client.sendPhoneNumberVerification({
  accessToken: 'eyJ0eXAiOiJKV1QiL...'
})

Parameters

accessToken string

The authorization credential JSON Web Token (JWT) used to access the ReachFive API.

Response

Type: Promise[void]