Skip to main content
POST
/
v1
/
notifications
/
webhooks
/
settings
/
public-key
Generate Webhook keys
curl --request POST \
  --url https://sandbox-api.borderless.xyz/v1/notifications/webhooks/settings/public-key \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

201 - application/json

Successfully retrieved Webhook public key.

The response is of type string.