List Webhook Endpoints
Terminal Gateway API
List Webhook Endpoints
Retrieve all webhook endpoints configured for your group
GET
List Webhook Endpoints
This endpoint requires HMAC-SHA256 authentication. See Authentication for signature computation details.
Response Details
The response includes all webhook endpoints configured for your group, including:- Active endpoints that are receiving webhooks
- Disabled endpoints that have been paused but not deleted
Endpoint Status
| Status | Description |
|---|---|
active | Endpoint is receiving webhook deliveries |
disabled | Endpoint is paused; no webhooks are delivered |
Authorizations
HMAC-SHA256 authentication. Requires three headers: x-api-key (your API key), x-timestamp (ISO 8601 timestamp), and x-signature (Base64-encoded HMAC-SHA256 signature). See Authentication documentation for signature computation.