---
title: "Create a webhook"
method: POST
path: "/webhooks/"
tags: ["Webhooks"]
---

# Create a webhook

`POST /webhooks/`

Create a webhook so that Áskell can call your system when certain events happen. Requires a secret key.

## Request body

- WebhookCreate
  - `url` string, required
  - `event` string, required

## Response `201`

Successful operation

## Other responses

- `400` — Invalid status value

---

[API](https://skmtc.dev/askell/apis/a-skell-api.md) · [All operations](https://skmtc.dev/askell/apis/a-skell-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/askell/a-skell-api/revisions/9234f937fa26/schema)
