---
title: "Validate webhook endpoint"
method: GET
path: "/webhooks/{token}"
tags: ["Webhooks"]
---

# Validate webhook endpoint

`GET /webhooks/{token}`

This endpoint allows integration services to validate that the webhook URL 
is accessible and properly configured without triggering actual webhook processing.
Useful for testing webhook connectivity during integration setup.

## Path parameters

- `token` string, required

## Response `200`

Successful operation

---

[API](https://skmtc.net/aha/apis/aha-api.md) · [All operations](https://skmtc.net/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aha/aha-api/revisions/bfbe6f6d74a1/schema)
