curl --request GET \
--url https://api.eu.bronto.io/integrations/webhooks \
--header 'X-BRONTO-API-KEY: <api-key>'{
"integrations": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "my-webhook",
"url": "https://webhook.site/cfee291c-4fcc-464a-aabc-3f9653295db3",
"custom_headers": {
"x-bronto-api-key": "xxxxx"
},
"payload": "{\"name\":\"$title\", \"message\": \"$description\", \"details\":{\"id\": \"$alert_id\"}}"
}
]
}curl --request GET \
--url https://api.eu.bronto.io/integrations/webhooks \
--header 'X-BRONTO-API-KEY: <api-key>'{
"integrations": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "my-webhook",
"url": "https://webhook.site/cfee291c-4fcc-464a-aabc-3f9653295db3",
"custom_headers": {
"x-bronto-api-key": "xxxxx"
},
"payload": "{\"name\":\"$title\", \"message\": \"$description\", \"details\":{\"id\": \"$alert_id\"}}"
}
]
}