Create Webhook Endpoint
Webhooks
Create Webhook Endpoint
Register a new webhook endpoint
POST
Create Webhook Endpoint
Creates a new webhook endpoint for the organization. A signing secret is generated automatically and returned in the response. Store the secret securely — it is only shown once and is used to verify webhook signatures.Documentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
Auth
Requires a valid Bearer token. User must be a member of the organization.
Path Parameters
Organization identifier.
Request Body
Webhook delivery URL. Must be a valid HTTPS URI.
Description of what this webhook endpoint is used for.
Array of event types to subscribe to. If omitted or empty, the endpoint receives all events.

