Create webhook endpoint
Creates a subscriber URL and signing secret. The secret is returned once in this response; store it securely for signature verification. Requires organization owner or admin; otherwise the API may return 500 INTERNAL_ERROR with an explanatory message. See Webhooks.
Headers
"secret_live_xxx"
Body
HTTPS URL that will receive POST webhook deliveries (HTTP allowed only in development on the server).
Optional label for your reference.
120Defaults to true if omitted.
Event types to subscribe to. If omitted, the server defaults to all supported types.
1InkLink webhook event type (KYC or Web inquiry result status).
kyc.result.pending, kyc.result.manual_review, kyc.result.approved, kyc.result.rejected, kyc.result.failed, web.result.pending, web.result.manual_review, web.result.approved, web.result.rejected, web.result.failed Response
Endpoint created. Body includes secret (whsec_…) exactly once.
Webhook endpoint without signing secret.
Signing secret (whsec_ + base64). Shown only on create.
Endpoint id (wh_end_…).
InkLink webhook event type (KYC or Web inquiry result status).
kyc.result.pending, kyc.result.manual_review, kyc.result.approved, kyc.result.rejected, kyc.result.failed, web.result.pending, web.result.manual_review, web.result.approved, web.result.rejected, web.result.failed