List webhook endpoints

The organization's webhook endpoints, without their signing secrets.

GET
/webhooks

The organization's webhook endpoints, without their signing secrets.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/webhooks"
[  {    "id": "string",    "url": "string",    "events": [      "member.joined"    ],    "enabled": true,    "createdAt": "2019-08-24T14:15:22Z"  }]