# Webhooks Management v1 (/api/webhooks/v1)

## webhooks

- [GET List webhooks](/api/webhooks/v1/webhooks-list): Lists webhooks for an app.
- [POST Create webhook](/api/webhooks/v1/webhooks-post): Subscribes your webhook listener to events.
- [GET Show webhook details](/api/webhooks/v1/webhooks-get): Shows details for a webhook, by ID.
- [PATCH Update webhook](/api/webhooks/v1/webhooks-update): Updates a webhook to replace webhook fields with new values.
- [DELETE Delete webhook](/api/webhooks/v1/webhooks-delete): Deletes a webhook, by ID.
- [GET List event subscriptions for webhook](/api/webhooks/v1/event-types-list): Lists event subscriptions for a webhook, by ID.

## webhooks-lookup

- [GET List webhook lookups](/api/webhooks/v1/webhooks-lookup-list): Lists webhook lookups.
- [POST Create webhook lookup](/api/webhooks/v1/webhooks-lookup-post): Creates a webhook lookup.
- [GET Show webhook lookup details](/api/webhooks/v1/webhooks-lookup-get): Shows details for a webhook lookup, by ID.
- [DELETE Delete webhook lookup](/api/webhooks/v1/webhooks-lookup-delete): Deletes a webhook lookup, by ID.

## verify-webhook-signature

- [POST Verify webhook signature](/api/webhooks/v1/verify-webhook-signature-post): Verifies a webhook signature.

## webhooks-event-types

- [GET List available events](/api/webhooks/v1/webhooks-event-types-list): Lists available events to which any webhook can subscribe.

## webhooks-events

- [GET List event notifications](/api/webhooks/v1/webhooks-events-list): Lists webhooks event notifications.
- [GET Show event notification details](/api/webhooks/v1/webhooks-events-get): Shows details for a webhooks event notification, by ID.
- [POST Resend event notification](/api/webhooks/v1/webhooks-events-resend): Resends a webhook event notification, by ID.

## simulate-event

- [POST Simulate webhook event](/api/webhooks/v1/simulate-event-post): Simulates a webhook event.