cURL
curl --request PUT \ --url https://api.example.com/banking/v1/webhook/{id}/ \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "active": true, "url": "<string>", "suspended": true } '
{ "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