| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"status": "0"
}curl --location --request POST 'http://127.0.0.1/topapi/union/cooperate/joined/list?access_token=Be31xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": "0"
}'{
"result": [
{
"belong_org_name": "string",
"belong_corp_id": "string",
"org_name": "string",
"corp_id": "string"
}
],
"success": true,
"errcode": 0,
"errmsg": "string"
}