---
title: "Webhook Verification Challenge"
method: GET
path: "/"
tags: ["webhook"]
---

# Webhook Verification Challenge

`GET /`

Endpoint that should respond to webhook verification. challenge

## Query parameters

- `token` string, required

## Response `200`

Response to webhook verfication request

- WebhookVerificationResponse
  - `response_token` string — the response token is a HMAC using SHA256. Where the webhook secret is the key, and the challenge token the payload.

---

[API](https://skmtc.dev/blockdaemon/apis/staking-api.md) · [All operations](https://skmtc.dev/blockdaemon/apis/staking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockdaemon/staking-api/revisions/f94e296a08a3/schema)
