# Overview

## webhooks

Signed HTTP callbacks for audit events: subscriptions, the signing secret (shown once, rotated with a 24 h grace), test sends, the delivery log and replay. Standard-Webhooks signatures; at-least-once with retries.

## Operations

GET

[/v1/webhooks/events](https://developers.tasksmate.indrasol.com/reference/operations/webhooksevents/)

GET

[/v1/webhooks](https://developers.tasksmate.indrasol.com/reference/operations/webhookslist/)

POST

[/v1/webhooks](https://developers.tasksmate.indrasol.com/reference/operations/webhookscreate/)

GET

[/v1/webhooks/{subscription\_id}](https://developers.tasksmate.indrasol.com/reference/operations/webhooksread/)

DELETE

[/v1/webhooks/{subscription\_id}](https://developers.tasksmate.indrasol.com/reference/operations/webhooksdelete/)

PATCH

[/v1/webhooks/{subscription\_id}](https://developers.tasksmate.indrasol.com/reference/operations/webhooksupdate/)

POST

[/v1/webhooks/{subscription\_id}/rotate-secret](https://developers.tasksmate.indrasol.com/reference/operations/webhooksrotate_secret/)

POST

[/v1/webhooks/{subscription\_id}/test](https://developers.tasksmate.indrasol.com/reference/operations/webhookstest/)

GET

[/v1/webhooks/{subscription\_id}/deliveries](https://developers.tasksmate.indrasol.com/reference/operations/webhooksdeliveries/)

GET

[/v1/webhooks/{subscription\_id}/deliveries/{delivery\_id}](https://developers.tasksmate.indrasol.com/reference/operations/webhooksdelivery/)

POST

[/v1/webhooks/{subscription\_id}/deliveries/{delivery\_id}/replay](https://developers.tasksmate.indrasol.com/reference/operations/webhooksreplay/)

---
Source: https://developers.tasksmate.indrasol.com/reference/operations/tags/webhooks/
