Skip to main content
POST
Search and List Webhooks

Authorizations

Authorization
string
header
required

Your Mailercloud API key (plain text, no Bearer prefix). Create keys in Settings → API.

Headers

Content-Type
string
default:application/json
required

Request body type

Body

application/json
limit
integer
required

Maximum number of elements to return.

Minimum: 10 Maximum: 100

Required range: 10 <= x <= 100
page
integer
required

You can retrieve a subset of records starting from the page value you have specified. You can add a limit, which will determine the number of records you can retrieve on a single page.

Starts From: 1

Required range: x >= 1

Filter webhook by searching through webhook name or url.

sort_field
string

Sort webhook data based on this field.

Supported sort fields:

sort_order
string

Sorting order for sort field.

Supported sort orders:

asc, ASC, desc, DESC

Response

OK

data
object[]
max_webhook_limit
integer
total
integer
webhook_count
integer