Skip to main content
POST
Login Access Token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
phone
string
required
nonce
string
required

Response

Successful Response

access_token
string
required
expires_at
integer
required
refresh_token
string
required
refresh_token_expires_at
integer
required
token_type
string
default:Bearer