Search Notificaation Channels
POST
/alerts/v1/notifications/search
const url = 'http://localhost:3000/alerts/v1/notifications/search';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url http://localhost:3000/alerts/v1/notifications/searchRequest Body
Section titled “Request Body ”Responses
Section titled “ Responses ”Successful response
Media type application/json