Grab our Lifetime Deal at just $49 (originally priced at $199) |One time Payment for Lifetime |๐Ÿ”’ Don't miss this chance to boost your business and engage customers! ๐Ÿš€ ๐Ÿ”“ Grab it here โžก๏ธ Lifetime Deal #LimitedTimeOffer ๐Ÿ•’

๋กœ๊ทธ

GET https://qrcodemonkey.net/api/logs/
curl --request GET \
--url 'https://qrcodemonkey.net/api/logs/' \
--header 'Authorization: Bearer {api_key}' \
๋งค๊ฐœ๋ณ€์ˆ˜ ์„ธ๋ถ€ ์ •๋ณด ์„ค๋ช…
page ์„ ํƒ ์‚ฌํ•ญ ์ •์ˆ˜ ๋‹น์‹ ์ด ์›ํ•˜๋Š” ํŽ˜์ด์ง€ ๋ฒˆํ˜ธ์—์„œ ๊ฒฐ๊ณผ๋ฅผ ์–ป์Šต๋‹ˆ๋‹ค. ๊ธฐ๋ณธ๊ฐ’์€ 1์ž…๋‹ˆ๋‹ค.
results_per_page ์„ ํƒ ์‚ฌํ•ญ ์ •์ˆ˜ ํ•œ ํŽ˜์ด์ง€๋‹น ์›ํ•˜๋Š” ๊ฒฐ๊ณผ ์ˆ˜๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”. ํ—ˆ์šฉ๋œ ๊ฐ’์€: 10 , 25 , 50 , 100 , 250 , 500 , 1000์ž…๋‹ˆ๋‹ค. ๊ธฐ๋ณธ๊ฐ’์€ 25์ž…๋‹ˆ๋‹ค.
{ "data": [ { "type": "login.success", "ip": "127.0.0.1", "device_type": "mobile", "continent_code": "EU", "country_code": "IT", "city_name": "Rome", "datetime": "2021-02-03 12:21:40" }, ], "meta": { "page": 1, "results_per_page": 25, "total": 1, "total_pages": 1 }, "links": { "first": "https://qrcodemonkey.net/api/logs?&page=1", "last": "https://qrcodemonkey.net/api/logs?&page=1", "next": null, "prev": null, "self": "https://qrcodemonkey.net/api/logs?&page=1" } }