🚀 Borderless Benchmark now LIVE!
cURL
curl --request GET \ --url https://sandbox-api.borderless.xyz/v1/notifications/webhooks/settings/public-key \ --header 'Authorization: Bearer <token>'
"<string>"
Retrieve webhook public key if present in the system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved Webhook public key.
The response is of type string.
string
Was this page helpful?