Verify Webhook

Why would I use this?

This endpoint verifies a webhook; verification is necessary because Hover will not start posting status updates until verification is complete.

Authentication is not required. We will not begin posting status updates until a webhook is verified.

Verification Code Example Snippet

The JSON blob below will be posted to the URL you specified when you registered your webhook. Pass the code through this endpoint in order to verify your webhook with Hover. From there, Hover will start sending events to your webhook URL when specific triggers are fired.

{
    "event": "webhook-verification-code",
    "code": "4addd2b9-5cd7-497f-9f32-52ff0718ddbb",
    "webhook_id": 12344
}

Example Successful Response

This endpoint returns a 200, with no body when it is hit successfully, meaning your endpoint is verified.

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