---
title: "Add a webhook"
method: POST
path: "/v1/webhooks.json"
tags: ["webhooks"]
---

# Add a webhook

`POST /v1/webhooks.json`

## Query parameters

- `token` string, required

## Request body

- AddWebhook
  - `description` string
  - `is_active` string
  - `name` string
  - `secret` string
  - `url` string

## Response `200`

No response was specified

## Other responses

- `405` — Invalid input

## Changes

- **2016-04-26** `5d7a4c3eadce` — 1 info
  - api operation id `addWebhook` was added

[Change history](https://skmtc.dev/restyaplatform/apis/restyaboard/changes/v1/webhooks.json/post.md)

---

[API](https://skmtc.dev/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.dev/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/revisions/5d7a4c3eadce/schema)
