Get Self-Hosted configuration

View as Markdown

Returns the account’s Self-Hosted configuration. The signing secret is never returned here — only a masked preview (secretMasked). Use GET /api/v1/self-hosted/secret to copy the full value.

Authentication

AuthorizationBearer

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

Response

The Self-Hosted configuration.

enabledboolean

Whether Self-Hosted mode is currently driving the account’s calls.

activeModeenum

Which mode drives calls when enabled: "llm" (Dial runs voice; your server drives the conversation in text) or "audio" (Dial pipes the raw call audio to your server, full duplex).

llmobject or null

The LLM-mode config, or null until that mode is configured.

audioobject or null

The audio-mode config, or null until that mode is configured.

Errors

401
Unauthorized Error