Endpoints
- List webhook endpoints —
GET /api/v2/metrics/webhooks - Create a webhook endpoint —
POST /api/v2/metrics/webhooks - Update a webhook endpoint —
PATCH /api/v2/metrics/webhooks/{endpointId} - Delete a webhook endpoint —
DELETE /api/v2/metrics/webhooks/{endpointId} - List webhook deliveries —
GET /api/v2/metrics/webhooks/{endpointId}/deliveries - Rotate the webhook signing secret —
POST /api/v2/metrics/webhooks/{endpointId}/rotate - Replay a webhook delivery —
POST /api/v2/metrics/webhooks/{endpointId}/deliveries/{deliveryId}/replay