v1
latestOpenAPI 3.0.02026-08-067074272.5 KBWebhooks
Retrieve all web hooks for a dashboard
Retrieve all web hooks for a dashboard.
get/dashboards/{dashboard_id}/hooks
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
Query parameters
pageinteger
The page number. The first item returned will be page multiplied by page_size
page_sizeinteger
The number of items returned. The first item returned will be page multiplied by page_size
Response
All webhooks in the specified dashboard.
Example response
{
"id": 1414,
"target_url": "https://www.someurl.com/user-defined-public-endpoints/webhook-endpoint",
"event": "msg_sent",
"dashboard_id": 121,
"httpVerb": "PUT"
}