---
title: "Create a signed webhook endpoint."
method: POST
path: "/webhook-endpoints"
---

# Create a signed webhook endpoint.

`POST /webhook-endpoints`

## Headers

- `Oximy-Version` '2026-06-29'
- `Idempotency-Key` string, required

## Request body

- WebhookEndpointCreateRequest
  - `name` string, required
  - `url` string, required
  - `event_types` string[]

## Response `200`

Webhook endpoint created.

- WebhookEndpointResponse
  - `object` 'webhook_endpoint', required
  - `request_id` string, required
  - `as_of` string, date-time, required
  - `data` WebhookEndpoint, required
    - `id` string, required
    - `object` 'webhook_endpoint', required
    - `name` string, required
    - `url` string, required
    - `event_types` string[], required
    - `secret_prefix` string, required
    - `secret` string
    - `is_revoked` boolean, required
    - `last_delivery_at` string, date-time, nullable
    - `last_delivery_status` string, nullable
    - `last_delivery_error` string, nullable
    - `created_at` string, date-time, required
    - `revoked_at` string, date-time, nullable
    - `sources` string[], required

## Other responses

- `400` — Invalid parameters.
- `401` — Missing or invalid API key.
- `403` — The API key does not have the required scope.
- `404` — The requested resource was not found in the calling key's workspace scope.
- `409` — Conflict or idempotency replay conflict.
- `429` — Rate limit exceeded.
- `500` — Unexpected server error.

---

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