Retrieve a webhook endpoint by its ID.
GET /api/v1/businesses/:businessId/webhook-endpoints/:endpointId
Returns the configuration of a single webhook endpoint. The signing secret is not returned.
Parameters
Path
| Name | Type | Required | Description |
|---|---|---|---|
businessId | string | Yes | The business ID |
endpointId | string | Yes | The endpoint ID |
Request example
Response
Response schema
| Field | Type | Description |
|---|---|---|
id | string | Endpoint identifier |
url | string | Delivery URL |
description | string | Human-readable description |
events | array | Subscribed event types |
enabled | boolean | Whether the endpoint is active |
createdAt | string | ISO 8601 creation timestamp |
updatedAt | string | ISO 8601 last update timestamp |