Skip to main content
POST
/
users
/
@me
/
phone
/
send-verification
Send phone verification code
curl --request POST \
  --url https://api.fluxer.app/v1/users/@me/phone/send-verification \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone": "<string>"
}
'
{
  "code": "ACCESS_DENIED",
  "message": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "code": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bot token: Authorization: Bot <token>. This is the primary authentication method for bot applications.

Body

application/json
phone
string
required

Response

No Content