Rensei docs
API ReferenceNotifications

Return the VAPID public key for browser web-push subscription.

Returns the server VAPID public key (null when web-push is not configured) so the client can call pushManager.subscribe without baking the key into the bundle.

GET
/api/notifications/web-push/subscribe

Authorization

AuthorizationBearer <token>

Rensei API key presented as Authorization: Bearer rsk_live_. Required API-key scopes are recorded per operation in x-rensei-required-scopes.

In: header

Response Body

application/json

curl -X GET "https://example.com/api/notifications/web-push/subscribe"
{
  "vapidPublicKey": "string"
}
Empty
Empty
Empty