> ## Documentation Index
> Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks

> Organization webhook endpoints, signed event delivery, recorded attempts, replay, and one-time secret rotation.

Organization webhook endpoints, signed event delivery, recorded attempts, replay, and one-time secret rotation.

<Note>
  The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.
</Note>

## Operations in this family

<CardGroup cols={2}>
  <Card title="GET /v1/webhook_endpoints" href="/api-reference/webhooks/get-v1-webhook-endpoints">List webhook endpoints for the current organization</Card>
  <Card title="POST /v1/webhook_endpoints" href="/api-reference/webhooks/post-v1-webhook-endpoints">Create a signed webhook endpoint for Delivery events</Card>
  <Card title="PATCH /v1/webhook_endpoints/{webhook_id}" href="/api-reference/webhooks/patch-v1-webhook-endpoints-webhook-id">Update a webhook endpoint URL, description, subscribed event types, or active status</Card>
  <Card title="DELETE /v1/webhook_endpoints/{webhook_id}" href="/api-reference/webhooks/delete-v1-webhook-endpoints-webhook-id">Delete a webhook endpoint while preserving delivery audit history</Card>
  <Card title="GET /v1/webhook_endpoints/{webhook_id}/deliveries" href="/api-reference/webhooks/get-v1-webhook-endpoints-webhook-id-deliveries">List canonical delivery attempts for a webhook endpoint</Card>
  <Card title="POST /v1/webhook_endpoints/{webhook_id}/deliveries/{delivery_id}/replay" href="/api-reference/webhooks/post-v1-webhook-endpoints-webhook-id-deliveries-delivery-id-replay">Replay a stored webhook delivery attempt by re-emitting its source event to the endpoint</Card>
  <Card title="POST /v1/webhook_endpoints/{webhook_id}/disable" href="/api-reference/webhooks/post-v1-webhook-endpoints-webhook-id-disable">Disable a webhook endpoint without deleting delivery history</Card>
  <Card title="POST /v1/webhook_endpoints/{webhook_id}/enable" href="/api-reference/webhooks/post-v1-webhook-endpoints-webhook-id-enable">Enable a webhook endpoint</Card>
  <Card title="POST /v1/webhook_endpoints/{webhook_id}/rotate_secret" href="/api-reference/webhooks/post-v1-webhook-endpoints-webhook-id-rotate-secret">Rotate the signing secret for a webhook endpoint</Card>
  <Card title="POST /v1/webhook_endpoints/{webhook_id}/test" href="/api-reference/webhooks/post-v1-webhook-endpoints-webhook-id-test">Send a signed webhook.test event to a webhook endpoint</Card>
</CardGroup>
