Request to link phone number to user as new method of authorizationClient-side
post/users/me/phone_link/request
Call the method /users/me/phone_link/request
Put your phone number in the body of the request
Then u will receive the sms code
Call method /users/me/phone_link/confirm with the code
SecurityBearer
Request
Request Body schema: application/json
phone_number
required
string
Responses
200
OK
400
Bad Request
401
Forbidden
404
Not Found
422
(Unprocessable Entity) Erreurs sémantiques dans la requête
Request samples
Payload
Curl
JavaScript
Node.js
Python
C#
Go
Java
application/json
{
"phone_number": "+1234567890"
}
Response samples
200
400
401
404
422
application/json
{
"operation_id": "string"
}
We respect your privacy
You can change or withdraw your consent at any time by going back to Privacy settings.
By clicking "Accept all", you give us consent to process your personal data and set all cookies. Alternatively, you can customize your preferences in Settings.