Resend Webhook Verification Code

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
}

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!