Skip to main content
GET
cURL
Interactive playground for GET /pixels/.
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: name, pixel

type
enum<string>

Allowed values: facebook, google_analytics, google_tag_manager, linkedin, pinterest, twitter, quora, tiktok, snapchat.

Available options:
email,
webhook,
slack,
discord,
telegram,
microsoft_teams,
twilio,
twilio_call,
whatsapp,
x,
google_chat,
push_subscriber_id
datetime_field
string

Allowed values: datetime, last_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: pixel_id, datetime, last_datetime, name

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