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