cURL
curl --request GET \ --url https://api.example.com/banking/v1/webhook/{id}/ \ --header 'api-key: <api-key>'
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "active": true, "url": "<string>", "suspended": true }
A unique value identifying this webhook.
200