查询账户
HTTP请求方式
GET
请求地址
https://api.e.360.cn/display/advertiser/getinfobyid
| 字段 |
类型 |
必须 |
描述 |
| Content-Type |
string |
yes |
application/x-www-form-urlencoded |
| apiKey |
string |
yes |
注册时分配到的api key,该参数作为HTTP HEAD字段传递。 |
| accessToken |
string |
yes |
访问token |
请求示例
curl --location 'api.e.360.cn/display/advertiser/getinfobyid' \
--header 'apiKey: APIKEY' \
--header 'accessToken: ACCESSTOKEN'
返回结果
{
"data": {
"advertiserId": 29553,
"name": "点睛广告测试",
"uid": 160185657
},
"errmsg": "OK",
"errno": 0
}
返回结果说明
| 字段 |
类型 |
描述 |
| uid |
integer |
账户ID(长ID) |
| advertiserId |
integer |
聚效ID(短ID) |
| name |
string |
账户名称 |