Journaux des abonnés
GET https://pusher.g-hyksos.com/api/subscribers-logs/
curl --request GET \
--url 'https://pusher.g-hyksos.com/api/subscribers-logs/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://pusher.g-hyksos.com/api/subscribers-logs/' \
--header 'Authorization: Bearer {api_key}' \
| Paramètres | Détails | Description |
|---|---|---|
| search_by | Facultatif Chaîne | Valeurs autorisées : ip |
| search | Facultatif Chaîne | |
| page | Facultatif Entier | Le numéro de page à partir duquel vous souhaitez obtenir des résultats. Par défaut à 1. |
| results_per_page | Facultatif Entier | Combien de résultats souhaitez-vous par page. Les valeurs autorisées sont : 10 , 25 , 50 , 100 , 250 , 500 , 1000. La valeur par défaut est 25. |
| website_id | Facultatif Entier | - |
| campaign_id | Facultatif Entier | - |
| subscriber_id | Facultatif Entier | - |
| flow_id | Facultatif Entier | - |
| type | Facultatif Entier | - |
{
"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-11-07 23:06:02"
},
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://pusher.g-hyksos.com/api/subscribers-logs?&page=1",
"last": "https://pusher.g-hyksos.com/api/subscribers-logs?&page=1",
"next": null,
"prev": null,
"self": "https://pusher.g-hyksos.com/api/subscribers-logs?&page=1"
}
}