post https://hover.to/api/v2/webhooks//request_verification
Why would I use this?
This endpoint re-sends the verification code needed to verify a webhook. The verification code will be in the context of the Hover Organization you are currently authorized in. You may find yourself needing to resend the verification code if you didn't record it correctly the first time.
Successful Response
A successful response looks like a 200 with a JSON blob containing the verification code.
{
"event": "webhook-verification-code",
"code": "4addd2b9-5cd7-497f-9f32-52ff0718ddbb",
"webhook_id": 12344
}