加入者ログ

GET https://webpushke.com/api/subscribers-logs/
curl --request GET \
--url 'https://webpushke.com/api/subscribers-logs/' \
--header 'Authorization: Bearer {api_key}' \
パラメータ 詳細 説明
search_by オプション Allowed values: ip
search オプション
page オプション 整数 The page number that you want results from. Defaults to 1.
results_per_page オプション 整数 How many results you want per page. Allowed values are: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Defaults to 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-04-04 18:40:29" }, ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://webpushke.com/api/subscribers-logs?&page=1", "last": "https://webpushke.com/api/subscribers-logs?&page=1", "next": null, "prev": null, "self": "https://webpushke.com/api/subscribers-logs?&page=1" } }