Tool
observe_webhooks_get
Read one registered webhook endpoint of this product.
Read one registered webhook endpoint of this product. Its signing secret is never returned.
Behavior
- HTTP
GET /observe/webhooks/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | Identifier of the endpoint |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| id | string | • | Identifier of the endpoint |
| url | string | • | HTTPS endpoint events are POSTed to |
| active | boolean | • | Whether deliveries are being attempted for it |
| createdAt | string | • | ISO 8601 registration timestamp |
| updatedAt | string | • | ISO 8601 timestamp of the last change |
| description | string | • | Free-form note given at registration, or null |
Try it
Read one registered webhook endpoint of this product.