Skip to content

Get requests

GET
/v2/webhook/{webhookId}/requests

Get all requests for a webhook.

webhookId
required
string

The ID of the webhook

Example
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
page[number]
number

Page number (starts at 1)

Example
1
page[size]
number

Items per page

Example
10
X-API-Key
string

API Key

X-API-Secret
string

API Secret

List of webhook requests.

object
items
required

List of webhook requests

Array<object>
object
id
required

Record ID

string
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
notificationId
required

The notification ID

string
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
content
required

The payload to send to the webhook

object
createdAt
required

The creation date

string
2021-01-01T00:00:00.000Z
page
required

Object with the page number and the number of items per page

object
number
required

The current page number.

number
1
size
required

The number of items per page.

number
10
totalPages
required

The total number of pages available.

number
100
totalCount
required

The total number of items available.

number
1000
hasNext
required

Indicates whether there is a next page available.

boolean
true
hasPrev
required

Indicates whether there is a previous page available.

boolean
true