Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 586 Bytes

File metadata and controls

25 lines (15 loc) · 586 Bytes

getWebhookSecret

Get this domain's webhook signing secret (whsec_…) — the per-route secret used to verify x-mailkite-signature on its inbound deliveries. Server-side only (SDK/REST); never exposed to MCP or browser client libraries.

HTTP: GET /api/domains/{id}/webhook/secret

Parameters

Name In Description
id path

Returns

any

Example

res = mk.getWebhookSecret("dom_1")

← All methods · Docs · mailkite.dev