Skip to main content
POST
/
sms
/
issue-token
Issue Verification Token
curl --request POST \
  --url https://api.zo.computer/sms/issue-token \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone_number": "<string>"
}
'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Body

application/json
phone_number
string
required

Phone number to verify

Response

Successful Response

success
boolean
required
message
string
required