Create a partner-level webhook endpoint
Create a partner-level webhook endpoint
Registers a partner-level webhook endpoint that receives events for all organizations under your partner account (each event carries its org_id and the candidate’s external_ref). The response includes the signing secret (cfwh_...) — shown once.
Authentication
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.

