---
title: "Handle Asana resthook confirmation"
method: POST
path: "/webhooks/{token}"
tags: ["Webhooks"]
---

# Handle Asana resthook confirmation

`POST /webhooks/{token}`

Asana and other services implementing the Resthooks specification send 
a confirmation request with an X-Hook-Secret header when setting up webhooks.
Aha! responds with the same secret to confirm the webhook endpoint is valid.

## 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/6274be5aa6c5/schema)
