Tento web používá k poskytování služeb a analýze návštěvnosti soubory cookie. Používáním tohoto webu s tím souhlasíte. Další informace

API help

Overview
Data types

user.info

Description

Return information of authorized user to pair token to certain user.

Params

token
string

Access token.

Response

response
struct
status
int
enum

Status code

ValueDescription
200

OK

400

Bad params

500

Server error

statusMessage
string

Status code description

userName
string

Name of authorized user

Call example

user.info("id est")