Get Team API Credentials
重要提示
该功能仅支持旗舰版、服务商合作使用,详情请联系客服
API Overview
- Function: Get Team API Credentials by Team ID
- Request Method: GET
- Request URL: /api/orgs/{org_id}/development?appid={appid}&access_token={access_token}
Request Parameters
Parameter Name | Type | Location | Description | Example |
---|---|---|---|---|
org_id | integer | uri | Team ID | 60000208111 |
Response Parameters
Parameter Name | Type | Description |
---|---|---|
appid | integer | Application ID |
secret | string | Application Secret |
Response Example
{
"code": "OK",
"error": {
"event": "",
"type": "",
"params": null
},
"info": "",
"data": {
"appid": "tpis03kldSSiEn",
"secret": "N12sdsOFhFb3984skfjs9f034dswTI0ixxDuU"
},
"request_id": "96369c94-b009-4b30-b990-d7dc018391a1"
}