Get All Subscriptions For Webhook Notifications
GET {{baseUrl}}/notifications/webhooks/subscriptions?status=ACTIVE&start=1&limit=25
Get all webhook notification subscriptions. By default it will return all subscriptions. You can filter specific subscription using status value.
Supported regions:
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
status | string | ||
start | number | Index of the page of results to return | |
limit | number | Maximum number of results per page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Content-Type | string | ||
App-Key | string | ||
App-Token | string |
RESPONSES
status: OK
{"found":2,"displaying":1,"moreAvailable":true,"subscriptions":[{"id":"1c648fec-ec79-4f80-830e-4b219d1c9261","notificationType":"CONSENT","status":"ACTIVE","url":"https://webhook.site/effc132d-21a1-4fce-a5e2-cdde3ef0c0e0","createdDate":"2023-06-26T10:11:33.814Z","lastUpdatedDate":"2023-12-12T08:38:34Z"}]}