Abone logları
GET https://enkapush.com/api/subscribers-logs/
curl --request GET \
--url 'https://enkapush.com/api/subscribers-logs/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://enkapush.com/api/subscribers-logs/' \
--header 'Authorization: Bearer {api_key}' \
Parametreler | Detaylar | Açıklama |
---|---|---|
search_by | İsteğe bağlı Metin | İzin verilen değerler: ip |
search | İsteğe bağlı Metin | |
page | İsteğe bağlı Tamsayı | Sonuçları almak istediğiniz sayfa numarası. Varsayılan: 1 . |
results_per_page | İsteğe bağlı Tamsayı | Sayfa başına kaç sonuç istediğiniz. İzin verilen değerler: 10 , 25 , 50 , 100 , 250 , 500 , 1000 . Varsayılan: 25 . |
website_id | İsteğe bağlı Tamsayı | - |
campaign_id | İsteğe bağlı Tamsayı | - |
subscriber_id | İsteğe bağlı Tamsayı | - |
flow_id | İsteğe bağlı Tamsayı | - |
type | İsteğe bağlı Tamsayı | - |
{ "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-09-17 03:26:13", }, ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://enkapush.com/api/subscribers-logs?page=1", "last": "https://enkapush.com/api/subscribers-logs?page=1", "next": null, "prev": null, "self": "https://enkapush.com/api/subscribers-logs?page=1" } }