应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 否 | — | — |
第三方企业应用 | 是 | 无需申请 | 调试 |
第三方个人应用 | 否 | — | — |
{
"auth_corpid": "ding1234",
"suite_key": "suitexxxx",
"permanent_code": "xxxx"
}
curl --location --request POST 'http://127.0.0.1/service/activate_suite?suite_access_token=68fbxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"auth_corpid": "ding1234",
"suite_key": "suitexxxx",
"permanent_code": "xxxx"
}'
{
"errmsg": "string",
"errcode": 0
}