get http://{{url}}/v1/notifications
Returns all notification triggers for the account, limited to 100 records.
Request query params
Pagination
field | required | type | description |
---|---|---|---|
skip | - | number | Pagination parameter to skip first n subscriptions from list, default = 0 |
limit | - | number | Pagination parameter to limit output to n , default = 100 , maximum value = 1000 |
sortkey | - | string | Sorting key parameter i.e. created_at (created_at by default) |
sortdirection | - | string | Sorting order direction parameter ASC or DESC (DESC by default) |
Filters
field | required | type | description |
---|---|---|---|
type | - | string | Type of notification: webhook, email, sms |
event | - | string | Event to trigger a notification. Look at the Event table |
notification_template_id | - | string | Custom template, which can be used with email, sms or webhook notifications |