Fetch the list of actions type we support: Gmail, Slack, and PagerDuty.
API request
curl -X GET --header 'Accept: application/json' --header 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQK=='
'https://<QualysBaseURL>/cloudview-api/rest/v1/actions/types'
Response
[
"qemail",
"slack",
"pagerduty"
]