Skip to main content
PATCH
/
user
/
account
/
phone-number
Send update code
curl --request PATCH \
  --url https://api.managem.co.uk/user/account/phone-number \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Phone number used to trigger an SMS verification from Logto.

phone
string
required

Phone number to verify

Response

204

A verification code was sent to the phone number