v1

latestOpenAPI 3.1.02026-08-062951103.4 KB
webhooks

Retrieve a webhook

get/webhooks/{id}

Path parameters

idstring required

Webhook ID to retrieve

Response

OK

idstring required
urlstring required
eventsstring[] required
created_atstring date-time required

Example response

{
  "id": "hook_aTZsJ5Ptw7uww3plBIXQQEI7",
  "url": "https://app.example.com/webhook",
  "events": [
    "flow_session_completed"
  ]
}