latestOpenAPI 3.0.02026-08-08122526.9 KB

f31fa8578dbb

register a webhook

post/webhooks

Request body

endpointstring required

The webhook endpoint.

policy_levelboolean required

Subscribe your webhook for policy level events.

quote_levelboolean required

Subscribe your webhook for quote level events.

Example request

{
  "endpoint": "https://www.my-domain-here.com/an_endpoint"
}

Response

success