API Reference
Log In
API Reference

Authorize

APIs to exchange request_token for resource owner's access token


Response

ParamTypeDescription
access_tokenstringResource Owner's token to access Open APIs. Valid for 24 hours
refresh_token (*)stringResource 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.

Language
Click Try It! to start a request and see the response here!