Skip to main content
GET
/
webhooks
/
apps
/
{app_slug}
/
endpoints
List webhook endpoints
curl --request GET \
  --url https://api.wacht.dev/webhooks/apps/{app_slug}/endpoints \
  --header 'Authorization: <api-key>'
{
  "message": "Resource not found"
}

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Path Parameters

app_name
string
required

Webhook app name

Query Parameters

limit
integer
default:50

Number of items to return

Required range: 1 <= x <= 100
offset
integer
default:0

Number of items to skip

Required range: x >= 0
include_inactive
boolean
default:false

Whether to include inactive endpoints

Response

List of webhook endpoints