Web Push Integration
Web Push notifications allow websites to send notifications to users even when the website is not open in the browser.
PUT
/integrations/web_push
Schema Type:
"object"
Required Fields:
public_keyprivate_key
Properties
public_key
required"string"
VAPID public key - generate one at https://tools.reactpwa.com/vapid.
private_key
required"string"
VAPID private key - from the pair you generated.
Example Request
{
"public_key": "BNKZeSrRX_c3QfqzOvv1oshpj1qPbDcUJHKET6Ahs2u9-F4HgllPYxtgaGvGSqfytuALumX5NYZPLD8YmCwBxcw",
"private_key": "y56TIPdEzrQ0Ku_uQbGGkB84mYdF9pJl5IHvmAZ_fVs"
}