访问令牌access_token
POST
https://api.h189.cn/oauth/token
在调用天浩API前,需要先调用token接口获取access_token,通过access_token来鉴权调用者身份。
1、access_token的有效期为7200秒(2小时)。
2、当access_token过期时,接口会返回状态码405,需要重新获取access_token。
3、通过refresh_token调用token接口续期access_token,refresh_token有效期86400秒(1天)。
4、不能频繁调用获取access_token接口,否则会受到接口调用频率拦截。
请求参数
Body 参数application/json