Skip to main content
GET
Get webhook items

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Path Parameters

tenantId
string<uuid>
required

Id of the tenant

Query Parameters

page
integer

Page to get. Starting from 0.

pageSize
integer

Number of items per page.

webhookId
string<uuid>

Id of the webhook.

state
enum<string>

Number of items per page. Filter on webhook item state

Available options:
PENDING,
SUCCESS

Response

Successful operation