Webhook Notifications
Get destinations for an application
Get a list of all webhook destinations for an application id.
get/v3/webhooks
Response
Destinations Returned
Example response
{
"data": [
{
"id": "UMWjAjMeWQ4D8gYF2moonK4486",
"description": "Production webhook destination",
"webhook_url": "https://example.com/webhooks",
"notification_email_addresses": [
"jane@example.com",
"joe@example.com"
]
}
]
}