Verify phone number
POST
/api/me/verify/phone_number/{phone_number}/startRequest
Path Params
phone_number
string
required
Phone number to initiate verification
Header Params
Authorization
string
optional
Bearer token from Auth0. required for accessing the endpoint.
Auth0-IdToken
string
optional
Id token from Auth0, optional for endpoint access.
Accept-Language
string
optional
Preferred language for the response content.
Request samples
Responses
OK(200)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
Start phone number verification after another one already started with same number
Data Schema
object {0}
Example
{}
Last modified: 16 days ago