latestOpenAPI 3.1.02026-08-1014497184.0 KB

8b99dca11019

web_push

Start a Web Push installation

Initiates the installation flow for a Web Push integration. This is the first step in a multi-step installation process where user authorization or external service configuration may be required.

post/integrations/web_push/installations/start

Response

Created

auth_tokenstring required

Auth secret returned from PushSubscription.getKey('auth').

public_keystring required

VAPID public key generated for this web push installation.

Example response

{
  "auth_token": "eyGhb...GA2Bw",
  "public_key": "BHaJd...gRHDk"
}