HTTP - Management
Removed from your favourites
List webhook subscriptions
Created by c.neale, last modified by zengenti on 07 Apr 2021
A list of webhook subscriptions can be retrieved by sending a GET request to the webhook subscriptions resource collection without specifying a subscription ID.
GET/api/management/projects/{projectId}/events/webhooks/subscriptions
Parameter
Name | Parameter type | Type | Description | Example | Required |
---|---|---|---|---|---|
projectId | path | string | The project identifier found in the project overview screen of the management console | movieDb | true |
Example
Get a list webhook subscriptions
HTTP
GET: /api/management/projects/movies/events/webhooks/subscriptions
Responses
HTTP status code | Reason | Model |
---|---|---|
200 | Success | PagedList<Webhook Subscription> |
500 | Internal server error | Error |