User Information
POST
/
v1
/
userinfo
You can skip this endpoint if you are using the id_token to decode the user information without hitting the API.
Authorizations
Authorization
string
headerrequiredFor accessing the secured endpoints a valid JWT token must be passed in all the requests.
Response
200 - application/json
name
string
requiredThe full name of the user.
phone_number
string
requiredThe complete phone number including the country code.
phone_number_without_code
string
requiredThe phone number excluding the country code.
country_code
string
requiredThe country code of the user's phone number.
auth_time
string
requiredThe authentication timestamp.
Was this page helpful?