GET alerts/targets
Gets the list of all alert targets visible to the customer. Available targets: SMS, email and webhook.
Request example
curl --request GET "https://api-asm1.apica.io/v3/alerts/targets?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
[ { "type": "sms", "id": 12, "name": "Email to customer", "to": "support@apica.io", "enabled": true }, { "type": "sms", "id": 12, "name": "Email to customer", "to": "support@apica.io", "enabled": true }, { "type": "sms", "id": 12, "name": "Email to customer", "to": "support@apica.io", "enabled": true } ]