URL | https://openapi.youku.com/router/rest.json |
功能描述 | 刷新Access Token |
返回格式 | Json,UTF8 |
HTTP请求方式 | POST |
授权/登录 | false |
当前接口版本 | V3 |
其他接口版本 | 无 |
参数名 | 参数全称 | 必选 | 参数类型 | 参数描述 |
---|---|---|---|---|
action | action | true | String | youku.user.authorize.token.refresh |
client_id | client_id | true | String | 应用的client id |
format | format | false | String | 可选,指定响应格式。默认保持代理接口格式化,目前支持格式为xml,json,text |
timestamp | timestamp | true | String | 客户端当前时间戳,精确到秒,timestamp与开放平台请求时间误差为6分钟 |
version | version | true | String | 3.0 |
sign | sign | true | String | 对API调用参数(除sign外)的md5加密值。详情见签名方法 |
参数名 | 参数类型 | 允许为空 | 参数描述 | 示例 |
---|---|---|---|---|
refreshToken | String | false | 刷新Token,用于获取新的access_token |
{ "errno": 0, "cost": 0.027, "errText": "OK", "token": { "expireTime": 2592000, "startTime": 1495513186488, "accessToken": "a18a07274563ce7339f0b46aeecd5720", "refreshToken": "543ce88f06614b224e8b74e0e1a2bf30" } }
无