Skip to main content
GET
/
webhooks
/
v1
/
endpoints
List webhook endpoints
curl --request GET \
  --url https://api.case.dev/webhooks/v1/endpoints \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Query Parameters

status
enum<string>

Filter by endpoint status

Available options:
active,
disabled,
auto_disabled
limit
integer
default:50
Required range: 1 <= x <= 100

Response

Webhook endpoints list