Webhooks configuration
Client Webhook Endpoints
Post a new webhook
Important: You can have all the webhooks that you need, even if it is the same action.
POST
https://app.insurehero.io/api/shield/v1/webhooks
Headers
Request Body
ActionType
Types of responses
Delete a webhook
DELETE
https://app.insurehero.io/api/shield/v1/webhooks/:webhookId
Headers
Path Parameters
Types of responses
Get the data of all the webhooks
GET
https://app.insurehero.io/api/shield/v1/webhooks
Headers
Query Params
Types of responses
Get the data of a webhooks
GET
https://app.insurehero.io/api/shield/v1/webhooks/:webhookId
Headers
Path Parameters
Types of responses
Last updated