---
title: "Get Or Create Webhook Endpoint"
method: POST
path: "/v3/workspaces/{workspace_id}/webhooks"
tags: ["webhooks"]
---

# Get Or Create Webhook Endpoint

`POST /v3/workspaces/{workspace_id}/webhooks`

Get or create a webhook endpoint URL.

## Path parameters

- `workspace_id` string, required — Workspace ID

## Request body

- WebhookEndpointCreate
  - `url` string, required

## Response `200`

Successful Response

- WebhookEndpoint
  - `id` string, required
  - `workspace_id` string, nullable, required
  - `url` string, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/clawdsolana/apis/honcho-api.md) · [All operations](https://skmtc.net/clawdsolana/apis/honcho-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clawdsolana/honcho-api/versions/0730be052dc9/schema)
