# 云塔账号通行证开放接口 ## API Docs - [获取用户凭证](https://yuntower-account.apifox.cn/api-269763651.md): 本接口通过使用用户授权后,回调的 code 来换取用户access_token和refresh_token - [获取用户数据](https://yuntower-account.apifox.cn/api-269763653.md): 使用access_token换取用户信息 - [刷新用户凭证](https://yuntower-account.apifox.cn/api-269763652.md): 当用户access_token过期后,需要使用refresh_token来换取最新的access_token - [获取第三方平台账号](https://yuntower-account.apifox.cn/api-321292984.md): 目前支持的platform有codemao, pgaot, dao3 - [退出登录状态](https://yuntower-account.apifox.cn/api-269763654.md): 请求接口时 不 需要在请求头中设置Authorization参数,只需在请求体中携带access_token即可