---
title: "Add a new webhooks to the store"
method: POST
path: "/v1/webhooks.json"
tags: ["webhooks"]
---

# Add a new webhooks to the store

`POST /v1/webhooks.json`

Created Webhook

## Query parameters

- `token` string, required

## Request body

- object
  - `name` string
  - `is_active` boolean
  - `description` string
  - `secret` string
  - `url` string

## Response `200`

successful operation

- object
  - `id` integer

## Other responses

- `405` — Invalid input

---

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