Webhook-Subscription

List webhook subscriptions

Lists all webhook subscriptions that are registered for the merchant. The results are paginated and provided in chronological order.

post/api/service/webhook-subscription/list

Request body

limitnumber

The maximum number of webhook subscriptions to return

skipnumber

The number of webhook subscriptions to skip

Response

Returns a list of webhook subscriptions.

skipnumber required

The number of webhook subscriptions skipped

hasNextboolean required

Whether there are more webhook subscriptions to retrieve

countnumber required

The total number of webhook subscriptions

Changes