Sign in

List webhook endpoints

documented

List webhook endpoints for an entity.

GET /v1/webhook/endpointsWebhooksno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.connectionpoint.com/v1/webhook/endpoints?page={{$page}}&limit={{$limit}}" \
  # Source: ConnectionPoint API reference turn0search0 \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"