获取访问凭证
GET
/apps/v1/access-tokens
接口描述:第三方服务器使用接入平台颁发的app_key, corp_id, corp_secret,申请access token用来作为访问接入平台的凭证。
请求地址:https://service.cheng-xun.cn/api/apps/v1/access-tokens?app_key={app_key}&corp_id={corp_id}&corp_secret={corp_secret}
请求方式:GET
请求Body:无
请求参数
Query 参数
app_key
string
应用app_key
corp_id
number
组织id
corp_secret
string
必需
Header 参数
User-Agent
string
可选
默认值:
CX
示例代码
返回响应
修改于 2025-04-01 02:36:03