Skip to main content
GET
Get all webhooks

Authorizations

Api-Key
string
header
required

Query Parameters

resourceId
string<uuid>

Id of the resource to get webhooks for

resourceType
string

Type of resource to get webhooks for

resourceAction
string

Action of resource to get webhooks for

requestSentAtBefore
string<date-time>

Get webhooks sent before this date

requestSentAtAfter
string<date-time>

Get webhooks sent after this date

responseReceivedAtBefore
string<date-time>

Get webhooks received before this date

responseReceivedAtAfter
string<date-time>

Get webhooks received after this date

cursor
string

The id of the resource after which to start fetching

limit
integer
default:20

The number of resources to fetch

Required range: 1 <= x <= 100

Response

Successful operation

id
string<uuid>
required

The webhook's unique identifier

requestBody
object
required

The request body

requestSentAt
string<date-time>
required

The time at which the request was sent

responseReceivedAt
string<date-time>

The time at which the response was received