https://networkcalc.com/api/alerts/{alert_id}
List one or more of the alerts saved to your account.
Parameters
{alert_id}(Optional) The unique ID of the alert.
Example: https://networkcalc.com/api/alerts/12345
Response Format
Response Codes
200
OK - Success.400
MISSING_HEADER - A required header is missing.401
NOT_AUTHORIZED - You do not have the necessary permissions.400
MISSING_VALUES - One of the required parameters is missing from the body.400
INVALID_BODY - One of the required parameters is invalid. Verify that the type, subtype, and filter are correct.400
NOT_CREATED - The alert could not be saved. Verify the request and try again.400
NOT_UPDATED - The alert could not be updated. Verify the request and try again.400
NOT_DELETED - The alert could not be deleted. Verify the request and try again.400
NOT_FOUND - A alert with the given ID could not be found.