v1
latestOpenAPI 3.1.02026-08-062951103.4 KBwebhooks
List webhooks
get/webhooks
Query parameters
cursorstring
Pagination cursor to retrieve
limitinteger
Limit of webhooks to return
Response
OK
Example response
{
"data": [
{
"id": "hook_aTZsJ5Ptw7uww3plBIXQQEI7",
"url": "https://app.example.com/webhook",
"events": [
"flow_session_completed"
]
}
],
"next_cursor": "null"
}