latestOpenAPI 3.0.2MIT2026-08-1745267541.8 KB

bdb3e0c48bf7

Webhooks

List webhooks

List all webhooks for a given app as specified by the App ID.

get/v1/projects/{project_id}/apps/{app_id}/webhooks

Response

A successful response.

Example response

{
  "webhooks": [
    {
      "triggers": [
        "MESSAGE_DELIVERY"
      ]
    }
  ]
}