Skip to main content
GET
cURL
Interactive playground for GET /logs/.
Paste your API key in the Authorization field as Bearer {api_key}.
cURL

Authorizations

Authorization
string
header
default:{api_key}
required

Get your API key at https://kloo.li/account-api. Use Authorization: Bearer {api_key}.

Query Parameters

The search string

search_by
string

Allowed values are: type, ip, os_name, browser_name, browser_language

device_type
string

Allowed values: desktop, tablet, mobile

continent_code
string

Allowed values:

country_code
string

Allowed values:

datetime_field
string

Allowed values: datetime

datetime_start
string

Filter results starting from this datetime. Y-m-d H:i:s format

datetime_end
string

Filter results up to this datetime. Y-m-d H:i:s format

order_by
string

What field to order the results by. Allowed values are: id, datetime

order_type
string

The ordering of the results. Allowed values are: ASC for ascending ordering, and DESC for descending ordering

page
integer

The page number that you want results from. Defaults to 1

results_per_page
enum<integer>

How many results you want per page. Allowed values are: 10, 25, 50, 100, 250, 500, 1000. Defaults to 25

Available options:
10,
25,
50,
100,
250,
500,
1000

Response

Success