cURL
curl --request PATCH \ --url https://api.allcovered.xyz/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "description": "<string>", "filter_types": [ "<string>" ], "disabled": true } '
{ "data": { "id": "<string>", "url": "<string>", "description": "<string>", "filter_types": [ "<string>" ], "disabled": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Update an existing webhook endpoint
API key from StableBase dashboard
Resource ID
Webhook endpoint updated
Show child attributes