---
title: "Create webhook subscriptions"
method: POST
path: "/webhook/endpoints/{endpointId}/subscriptions"
tags: ["Webhook Notifications"]
---

# Create webhook subscriptions

`POST /webhook/endpoints/{endpointId}/subscriptions`

Permissions required: **Configure Webhooks**


Subscribe to event types to receive notifications in a webhook endpoint.

## Path parameters

- `endpointId` string, uuid, required

## Request body

- NewWebhookEndpointSubscription[]
  - `eventTypeId` string, required

## Response `201`

Successfully created webhook subscription

- CreateWebhookSubscriptionsResponse

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not Found
- `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)
