{
"auth_corpid": "auth_corpid_value",
"permanent_code": "code_value"
}
curl --location --request POST 'http://127.0.0.1/cgi-bin/service/get_auth_info?suite_access_token=suite_access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"auth_corpid": "auth_corpid_value",
"permanent_code": "code_value"
}'
{
"errcode": 0,
"auth_corp_info": {
"corp_type": "string",
"corp_full_name": "string",
"corpid": "string",
"subject_type": 0,
"corp_sub_industry": "string",
"corp_scale": "string",
"verified_end_time": 0,
"corp_name": "string",
"corp_wxqrcode": "string",
"corp_square_logo_url": "string",
"corp_agent_max": 0,
"corp_user_max": 0,
"corp_industry": "string"
},
"dealer_corp_info": {
"corpid": "string",
"corp_name": "string"
},
"errmsg": "string",
"auth_info": {
"agent": [
{
"square_logo_url": "string",
"round_logo_url": "string",
"agentid": 0,
"appid": 0,
"name": "string",
"shared_from": {
"corpid": "string"
}
}
]
}
}