Lists the webhooks registered for this organization

Request Information

URI Parameters

NameDescriptionTypeAdditional information
activityType

Filters to return webhooks that are registered for that activity type

ActivityType

None.

activeOnly

Pass true to only return active webhooks, otherwise disabled webhooks will be included

boolean

Default value is False

pageSize

Number of results to return (defaults to 25, max of 200)

integer

Default value is 25

page

Page number (starting page is 1)

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

A List of webhooks

IModelResultOfWebhookModel

NameDescriptionTypeAdditional information
PageInfo

PageModel

None.

Results

Collection of WebhookModel

None.

Try API

Try this endpoint by entering your credentials and using the API Explorer.

Try With API Explorer

Response Formats

application/json, text/json

Sample:

Sample not available.