Get tenant_access_token

POST https://{{baseUrl}}/open-apis/auth/v3/tenant_access_token/internal/

  1. 接口文档参考 获取tenantaccesstoken(企业自建应用)
  2. 注册应用参考 获取用户身份访问凭证

Request Body

{"app_id"=>"{{app_id}}", "app_secret"=>"{{app_secret}}"}

HEADERS

KeyDatatypeRequiredDescription
app_idstring
app_secretstring

RESPONSES

status: OK

{"code":0,"expire":7189,"msg":"ok","tenant_access_token":"t-4447b4b1def429e7d46fa0fb9f8c96e1381920ba"}