One-click incident acknowledge/resolve via a signed link from email, SMS, or webhook payloads. Unauthenticated: the HMAC token is the credential.
GET
/incident/action/{token}
const url = 'https://api.siteqwality.com/incident/action/example';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://api.siteqwality.com/incident/action/exampleParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” token
required
string
Signed incident action token
Responses
Section titled “ Responses ”Action applied (HTML confirmation page)
Media type text/html
Invalid or expired link
Media type text/html
Incident not found
Media type text/html
Action links not configured
Media type text/html