Reveal the Self-Hosted signing secret

View as Markdown

Returns the full HMAC signing secret for copying. Each mode has its own secret, minted when you first set that mode’s wsUrl. Use mode to pick which; defaults to the active mode.

Authentication

AuthorizationBearer

Your Dial API key, sent as Authorization: Bearer sk_live_...

Query parameters

modeenumOptional
Which mode's secret to reveal. Defaults to the active mode.
Allowed values:

Response

The signing secret.
secretstring

The HMAC signing secret used to verify X-Dial-Signature.

Errors

401
Unauthorized Error
404
Not Found Error