Jurnale de conturi
GET https://heo.li/api/logs/
curl --request GET \
--url 'https://heo.li/api/logs/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://heo.li/api/logs/' \
--header 'Authorization: Bearer {api_key}' \
| Parametri | Detalii | Descriere |
|---|---|---|
| page | Opțional Întreg | Numărul paginii de la care doriți rezultatele. Implicit 1 |
| results_per_page | Opțional Întreg | Câte rezultate doriți pe pagină. Valorile permise sunt: 10 , 25 , 50 , 100 , 250 , 500 , 1000. Implicit este 25. |
{
"data": [
{
"type": "login.success",
"ip": "127.0.0.1",
"device_type": "mobile",
"continent_code": "EU",
"country_code": "IT",
"city_name": "Rome",
"datetime": "2025-10-29 19:52:18",
},
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://heo.li/api/logs?page=1",
"last": "https://heo.li/api/logs?page=1",
"next": null,
"prev": null,
"self": "https://heo.li/api/logs?page=1"
}
}