Abone günlükleri
GET https://webdr.tr/api/subscribers-logs/
curl --request GET \
--url 'https://webdr.tr/api/subscribers-logs/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://webdr.tr/api/subscribers-logs/' \
--header 'Authorization: Bearer {api_key}' \
Parametreler | Ayrıntılar | Açıklama |
---|---|---|
search_by | İsteğe bağlı Dize | İzin verilen değerler: ip |
search | İsteğe bağlı Dize | |
page | İsteğe bağlı Tamsayı | Sonuçları almak istediğiniz sayfa numarası. Varsayılan değer 1 dir. |
results_per_page | İsteğe bağlı Tamsayı | Sayfa başına kaç sonuç istiyorsunuz. İzin verilen değerler: 10 , 25 , 50 , 100 , 250 , 500 , 1000 . Varsayılan olarak 25 dir. |
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-04-04 10:06:31"
},
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://webdr.tr/api/subscribers-logs?&page=1",
"last": "https://webdr.tr/api/subscribers-logs?&page=1",
"next": null,
"prev": null,
"self": "https://webdr.tr/api/subscribers-logs?&page=1"
}
}