🚀 Borderless Benchmark now LIVE!
cURL
curl --request GET \ --url https://sandbox-api.borderless.xyz/v1/notifications/webhooks/settings/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "url": "<string>", "enabled": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Retrieve a Webhook Settings by its unique identification. Returns 404 if the Webhook Settings does not exist.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved Webhook Settings data.
Was this page helpful?