Skip to main content
POST
/
user
/
send-phone-verification
Send Phone Verification Code
curl --request POST \
  --url https://jamquest-dev.techboo.net/api/v1/user/send-phone-verification \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "data": {
    "message": "Phone verification code sent successfully."
  }
}

Authorizations

Authorization
string
header
required

Access token obtained during login or registration. Use this token in the Authorization header for authenticated requests.

Response

200 - application/json

Phone verification code sent successfully

status
string
Example:

"ok"

data
object