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

KeyDatatypeRequiredDescription
statusstring
startnumberIndex of the page of results to return
limitnumberMaximum number of results per page

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Content-Typestring
App-Keystring
App-Tokenstring

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"}]}