Generate Webhook keys
curl --request POST \
--url https://sandbox-api.borderless.xyz/v1/notifications/webhooks/settings/public-key \
--header 'Authorization: Bearer <token>'"<string>"Webhooks
Generate Webhook keys
Regenerate webhook private/public keys pair and return public key.
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
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.
Was this page helpful?
⌘I