Webhook Notifications
Get the destinations for an application by webhook ID
Get the webhook destinations for an application ID by webhook ID
get/v3/webhooks/{id}
Path parameters
idstring required
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"
],
"status_updated_at": 1234567890,
"created_at": 1234567890,
"updated_at": 1234567890
}
}