Read the NWS monitor, rules, active matches, and poll health
GET
/api/v1/alerts/nws
const url = 'https://example.com/api/v1/alerts/nws';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/v1/alerts/nwsResponses
Section titled “ Responses ”NWS alert settings