---
title: "Create"
method: POST
path: "/public/api/webhooks"
tags: ["Webhooks"]
---

# Create

`POST /public/api/webhooks`

Creating webhooks.

- note: The body can accept a `filter` for the webhook based on the chosen topic. The `filter` can be about any filterable property of the objects from this topic (example: `campaign_id` for topic `missions`)

## Headers

- `Accept` string

## Request body

- object
  - `url` string
  - `topics` string[]
  - `operations` string[]
  - `filter` object
    - `campaign_id` string

## Response `200`

OK

- object
  - `webhook_id` string
  - `url` string
  - `topics` string[]
  - `operations` string[]
  - `is_active` boolean
  - `created_date` string
  - `updated_date` string

## Changes

- **2026-09-04** `acd097fdd2f1` — 1 info
  - the endpoint scheme security `oauth2` was removed from the API

[Change history](https://skmtc.dev/yoobic/apis/yoobic-public-api/changes/public/api/webhooks/post.md)

---

[API](https://skmtc.dev/yoobic/apis/yoobic-public-api.md) · [All operations](https://skmtc.dev/yoobic/apis/yoobic-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yoobic/yoobic-public-api/revisions/acd097fdd2f1/schema)
