post https://api.quicko.com/oauth/authorize
APIs to exchange request_token for resource owner's access token
Response
Param | Type | Description |
---|---|---|
access_token | string | Resource Owner's token to access Open APIs. Valid for 24 hours |
refresh_token (*) | string | Resource Owner's token that to refresh the access token. Valid for 1 year |
*
: A refresh_token
is included in the response only if the input request_token
is a Request Token. If the input request_token
is a refresh token, no refresh_token
is provided in the response.