put https://hover.to/api/v2/webhooks//verify
Overview
This endpoint verifies a webhook with Hover's system. It is the second part of the two-part process to start receiving webhook events coming from Hover. Once a webhook has been registered, Hover will immediately POST a payload to your configured URL with a verification code. That code can be used in this PUT request to complete the verification process.
{
"event": "webhook-verification-code",
"code": "4addd2b9-5cd7-497f-9f32-52ff0718ddbb",
"webhook_id": 12344
}