cURL
curl --request GET \ --url https://api.allcovered.xyz/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "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" } ] }
Retrieve a list of configured webhook endpoints
API key from StableBase dashboard
List of webhook endpoints
Show child attributes