---
title: "Create Webhook"
method: POST
path: "/v0/webhook"
tags: ["Webhooks"]
---

# Create Webhook

`POST /v0/webhook`

Create a new webhook.

## Request body

- object — Arguments to the POST /webhook endpoint
  - `name` string, required
  - `url` string, uri, required

## Response `200`

Single webhook object returned

- object
  - `data` object, required — Single webhook object returned
    - `webhook` object, required
      - `id` string, uuid, required
      - `name` string, required
      - `url` string, uri, required
  - `error_message` string
  - `meta` object, required
    - `time` number
  - `skydio_error_code` integer, required
  - `status_code` integer, required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/skydio/apis/skydio-cloud-api.md) · [All operations](https://skmtc.net/skydio/apis/skydio-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skydio/skydio-cloud-api/revisions/0f746b116483/schema)
