Get tenant_access_token
POST https://{{baseUrl}}/open-apis/auth/v3/tenant_access_token/internal/
- 接口文档参考 获取tenantaccesstoken(企业自建应用)
- 注册应用参考 获取用户身份访问凭证
Request Body
{"app_id"=>"{{app_id}}", "app_secret"=>"{{app_secret}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
app_id | string | ||
app_secret | string |
RESPONSES
status: OK
{"code":0,"expire":7189,"msg":"ok","tenant_access_token":"t-4447b4b1def429e7d46fa0fb9f8c96e1381920ba"}