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.

Required range: x <= 500
webhookId
string<uuid>

Id of the webhook.

state
enum<string>

Filter by delivery state. A single state or a JSON array of states. Filter on webhook item state

Available options:
PENDING,
SUCCESS
creditorId
string<uuid>

Only return items for the webhooks scoped to this creditor.

Response

Successful operation