v1

latestOpenAPI 3.0.32026-07-131670112.4 KB
Push

Register a Web Push subscription

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

post/v1/push/subscribe

Request body

subscriptionobject required

PushSubscription JSON from browser

Response

Default Response

okboolean

Example response

{
  "ok": true
}