Authentication APIs
Refresh authentication token
Provides a new authentication token for the user.
GET
/
token
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
user_address
string
requiredUser's blockchain address.
Response
200 - application/json
refresh_token
string
New refresh token for the user.
access_token
string
New access token for the user.