curl --location --request GET 'https://api.victorops.com//api-public/v1/policies/types/notifications' \
--header 'X-VO-Api-Id;' \
--header 'X-VO-Api-Key;'
{
"_selfUrl": "string",
"notificationTypes": [
{
"description": "Send a push notification to all my devices",
"type": "email"
}
]
}