---
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

---

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