Verify phone number
Update phone number
Verify phone number
Complete the second step of the phone number change flow.
Call this endpoint after the verification code has been requested and received.
Expected usage:
- Request code via PATCH /user/account/phone-number.
- Submit verification payload to this endpoint.
On success, the phone number is updated and the endpoint returns 204.
PUT
Verify phone number
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
204
The user's phone number was updated