RefreshToken
API
Property
Value
API
/v2/refresh_token
Title
RefreshToken
Description
For refreshing token
Method
POST
Request Parameters
Name
Type
Required
Description
refresh_token
string
YES
You can acquire the refresh_token by the API GetToken.
Parameter Content Type
application/json
Request and Response Example
Request
cURL Code
Request URL
https://api.tako.so/v2/refresh_token
Response
NOTE: The token is the only credential to access APIs, so you must save it securely. Its validity period is
3600
seconds. You can use the refresh_token to refresh the token. Its validity period is86400
seconds.
Last updated