订阅者日志

GET https://pusher.ospyo.com/api/subscribers-logs/
curl --request GET \
--url 'https://pusher.ospyo.com/api/subscribers-logs/' \
--header 'Authorization: Bearer {api_key}' \
参数 详情 描述
search_by 可选 字符串 允许的值:ip
search 可选 字符串
page 可选 整数 您想要结果的页码。默认为 1
results_per_page 可选 整数 每页您想要的结果数。允许的值为:10 , 25 , 50 , 100 , 250 , 500 , 1000。默认为 25
website_id 可选 整数 -
campaign_id 可选 整数 -
subscriber_id 可选 整数 -
flow_id 可选 整数 -
type 可选 整数 -
{ "data": [ { "id": 1, "subscriber_id": 1, "campaign_id": 0, "flow_id": 0, "personal_notification_id": 1, "website_id": 1, "user_id": 1, "ip": "123.123.123.123", "type": "clicked_notification", "datetime": "2025-05-06 20:11:51" }, ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://pusher.ospyo.com/api/subscribers-logs?&page=1", "last": "https://pusher.ospyo.com/api/subscribers-logs?&page=1", "next": null, "prev": null, "self": "https://pusher.ospyo.com/api/subscribers-logs?&page=1" } }