cURL
Webhooks
Get All Webhooks
Returns all webhooks for the team
GET
cURL
Retrieves all webhooks configured for the current team.
Response
Returns a list of webhook objects with pagination metadata.Response Fields
| Field | Type | Description |
|---|---|---|
_id | string | Webhook ID |
name | string | Webhook name |
url | string | Destination URL for webhook payloads |
events | string[] | Subscribed event types |
status | string | Webhook status (active or inactive) |