Skip to main content
GET
/
webhooks
/
{id}
Get webhook endpoint
curl --request GET \
  --url https://api.allcovered.xyz/v1/webhooks/{id} \
  --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 specific webhook endpoint by ID.

Authorizations

Authorization
string
header
required

API key from StableBase dashboard

Path Parameters

id
string<uuid>
required

Resource ID

Response

Webhook endpoint details

data
object
required