List notifiers
Returns notifier destinations visible to the caller, ordered by creation time with the newest notifier first.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Optional. Number of notifiers to return. Defaults to 25 and must be between 1 and 200.
Cursor for forward pagination. Set to the _id of the last item from the previous page.
Cursor for backward pagination. Set to the _id of the first item from the previous page.
Restrict results to one project. Must be a project the caller is authorized for.
Response
OK
Object discriminator for list responses; always list.
Page of notifiers.
Notifier resource. The destination field present on the resource depends on type and is captured in oneOf.
- Email notifier
- Slack webhook notifier
- Generic webhook notifier
Whether more notifiers are available in the selected pagination direction.