Retrieve Webhook public key
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/notifications/webhooks/settings/public-key \
--header 'Authorization: Bearer <token>'"<string>"Webhooks
Retrieve Webhook public key
Retrieve webhook public key if present in the system.
GET
/
v1
/
notifications
/
webhooks
/
settings
/
public-key
Retrieve Webhook public key
curl --request GET \
--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
Successfully retrieved Webhook public key.
The response is of type string.
Was this page helpful?
⌘I