Skip to main content
GET
/
webhooks
List webhook endpoints
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 webhook endpoints.

Authorizations

Authorization
string
header
required

API key from StableBase dashboard

Response

List of webhook endpoints

data
object[]
required