Register a new webhook endpoint
documentedCreate a new webhook endpoint.
POST /v1/webhook/endpointsWebhooksno implementation yet0 runsNo 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" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"events": {{$events}}, "url": "{{$url}}", "entity": "{{$entity}}", "entity_id": "{{$entity_id}}", "description": "{{$description}}", "secret": "{{$secret}}"}'