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.
curl --request GET \
--url https://sandbox-api.borderless.xyz/v1/notifications/webhooks/settings/public-key \
--header 'Authorization: Bearer <token>'"<string>"Documentation Index
Fetch the complete documentation index at: https://docs.borderless.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully retrieved Webhook public key.
The response is of type string.
Was this page helpful?