latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
User
Login Request
post/api/v1/user/login
Request body
Response
OK
Example response
{
"access_token": "9b72c68ef394f5146f0f3efc1feafb7a971752cb00e79fafcfd8c1d2db83639c",
"expires_at": 1534201288,
"scope": [
"crypto_compare",
"user_manage",
"openid",
"profile",
"wallet_create",
"wallet_manage_all",
"wallet_approve_all",
"wallet_spend_all",
"wallet_edit_all",
"wallet_view_all"
],
"user": {
"organizations": [
{
"role": "admin"
}
],
"phone": {
"phone": "408-718-6885",
"verified": true
},
"country": "USA",
"freezeReason": "Frozen due to suspicious activity",
"state": "New York",
"id": "59cd72485007a239fb00282ed480da1f",
"username": "user@email.com",
"name": {
"first": "Jane",
"full": "Jane Doe",
"last": "Doe"
},
"email": {
"email": "user@email.com",
"verified": true
}
},
"sourceVerificationType": "trust-my-device",
"twoFactorMethod": "totp",
"ssoProvider": "google"
}