Documentation
GET/push/vapid-key
Get VAPID public key
Returns the VAPID public key needed to subscribe to push notifications.

No request parameters

POST/push/subscribe
Subscribe to push notifications
Registers a new push subscription for the authenticated user.

Request Body

Bodyapplication/json
FieldTypeNotes
endpoint
string (uri)
required
p256dh
string
required
auth
string
required
userAgent
string
DELETE/push/subscribe
Unsubscribe from push notifications
Removes a push subscription for the authenticated user.

Parameters

endpointqueryrequired
string
DELETE/push/subscriptions/{id}
Remove push subscription
Removes a specific push subscription by ID for the authenticated user.

Parameters

idpathrequired
string
GET/push/subscriptions
Get push subscriptions
Returns all active push subscriptions for the authenticated user.

No request parameters