Skip to main content
POST
/
vapid-keys
/
create
Create a new VAPID key pair
curl --request POST \
  --url https://push.platform.arb.inc/vapid-keys/create \
  --header 'Authorization: Bearer <token>'
"Vapid key created successfully"

Authorizations

Authorization
string
header
required

access token

Response

200 - text/plain

VAPID key pair created successfully.

The response is of type string.

Example:

"Vapid key created successfully"