Notifiers
List notifiers
Returns notifier destinations visible to the caller, ordered by creation time with the newest notifier first.
get/v2/notifiers
Query parameters
limitinteger
Optional. Number of notifiers to return. Defaults to 25 and must be between 1 and 200.
starting_afterstring
Cursor for forward pagination. Set to the _id of the last item from the previous page.
ending_beforestring
Cursor for backward pagination. Set to the _id of the first item from the previous page.
project_idstring
Restrict results to one project. Must be a project the caller is authorized for.
searchstring
Optional. Case-insensitive substring match on the notifier name.
typeNotifierType[]
Optional. Restrict results to these notifier types.
Response
OK