Vertical Insure
Webhooks

List registered webhooks

GET
/v1/webhooks

Authorization

basic auth
AuthorizationBasic <token>

Authorization header with value of Basic <auth string> where the auth string value is a base64 encoded string of <client id>:<client secret>

In: header

Response Body

application/json

curl -X GET "https://api.verticalinsure.com/v1/webhooks"
{
  "content": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "webhook": "https://www.example.com/my-webhook"
    }
  ]
}