Skip to main content
GET
/
iser
/
send-verification-text
Sends an text message for the verification step.
curl --request GET \
  --url https://api.example.com/iser/send-verification-text \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Success

success
boolean
data
unknown