/get_account_details
GET /get_account_details
Response Examples
Success
Responses
HTTP Status Code
Meaning
Description
Data schema
200
Success
Inline
Responses Data Schema
HTTP Status Code 200
Name
Type
Required
Restrictions
Title
description
» status
string
true
none
none
» data
object
true
none
none
»» user_data
object
true
none
none
»»» username
string
true
none
none
»»» email
string
true
none
none
»»» reg_date
string
true
none
none
»»» user_id
integer
true
none
none
»» telegram_data
object
true
none
none
»»» telegram_user_id
integer
true
none
none
»»» nickname
string
true
none
none
»»» username
string
true
none
none
»» google_data
object
true
none
none
»»» google_id
string
true
none
none
»»» email
string
true
none
none
»»» picture
string
true
none
none
»»» given_name
string
true
none
none
»»» family_name
string
true
none
none
Last updated
Was this helpful?