---
title: "Register a Web Push subscription"
method: POST
path: "/v1/push/subscribe"
tags: ["Push"]
---

# Register a Web Push subscription

`POST /v1/push/subscribe`

Store or update a browser PushSubscription for the current user so SchedKit can send native notifications.

## Request body

- object
  - `subscription` object, required — PushSubscription JSON from browser

## Response `200`

Default Response

- object
  - `ok` boolean

---

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