Skip to main content
GET
cURL
Interactive playground for GET /notification-handlers/.
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

is_enabled
boolean

is_enabled On create, presence often means true. On update, send 0 or 1.

type
enum<string>

Type. Allowed values: email, webhook, slack, discord, telegram, microsoft_teams, twilio, twilio_call, whatsapp, x, google_chat, push_subscriber_id.

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: notification_handler_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