---
title: "Create webhook endpoint"
method: POST
path: "/webhook/endpoints"
tags: ["Webhook Notifications"]
---

# Create webhook endpoint

`POST /webhook/endpoints`

Permissions required: **Configure Webhooks**


Create a new endpoint where you would like to receive webhook notifications.

## Request body

- NewWebhookEndpoint[]
  - `description` string
  - `publicKey` string
  - `subscriptions` NewWebhookEndpointSubscription[]
    - `eventTypeId` string, required
  - `url` string, uri, required — url of the endpoint, requires http:// prefix

## Response `201`

Created webhook endpoint ids

- CreateWebhookEndpointsResponse
  - `data` string[], required

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
