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

Documentation Index

Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

access token

Response

200 - text/plain

VAPID key created successfully

The response is of type string.

Example:

"Vapid key created successfully"