| 接口频率限制 | 100 次/分钟 |
|---|---|
| 权限要求 | 获取事件出口ip |
Authorization: Bearer ********************curl --location --request GET 'https://open.qfei.cn/open-apis/event/v1/outbound_ip?page_size=10&page_token=xxx' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"data": {
"ip_list": [
"1.1.1.1"
],
"page_token": "xxx",
"has_more": false
}
}