---
title: "Handle Webhook"
method: POST
path: "/{agent_name}/webhook/{thread_id}/{callback_name}"
---

# Handle Webhook

`POST /{agent_name}/webhook/{thread_id}/{callback_name}`

Handle webhook callbacks

## Path parameters

- `thread_id` string, required
- `callback_name` string, required
- `agent_name` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2025-03-28** `adb0e891f13a` — 1 warning, 1 info
  - deleted the `header` request parameter `authorization`
  - api operation id `handle_webhook__agent_name__webhook__thread_id___callback_name__post` removed and replaced with `handle_webhook__agent_name__webhook__run_id___callback_name__post`

[Change history](https://skmtc.dev/supercog-ai/apis/agentic-api/changes/:agent_name/webhook/:thread_id/:callback_name/post.md)

---

[API](https://skmtc.dev/supercog-ai/apis/agentic-api.md) · [All operations](https://skmtc.dev/supercog-ai/apis/agentic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercog-ai/agentic-api/revisions/572d9f408d53/schema)
