Create an organization webhook endpoint
Authentication
Path parameters
Organization ID (org_...).
Headers
Unique key (e.g. a UUID) making this POST safe to retry. Replays within 24 hours return the original response without repeating side effects.
Request
Event types to subscribe to, or ["*"] for all.
Response
Webhook endpoint created; secret is shown only in this response.
Webhook endpoint ID (whk_...).
Owning organization, or null for a partner-level endpoint receiving events for all organizations.
Subscribed event types, or ["*"].
Signing secret (cfwh_...) used for the Confirm-Signature HMAC-SHA256 header. Returned only in the create response; null everywhere else.

