Platform Settings
The platform settings page shows your DialStack platform configuration, including status and API keys.
Viewing Platform Information
Navigate to your platform from the sidebar (the platform name appears in the navigation for platform admins). The platform detail page shows:
- Handle — Your platform's unique identifier
- Status — Whether the platform is Active, Suspended, or Cancelled
- Publishable Key — The public API key used in client-side SDK integrations
- Created — When the platform was created
API Keys
Your platform has two types of API keys, each with a live and a test variant:
- Publishable Key — Safe to include in client-side code. Used to initialize the DialStack SDK.
- Secret Key — Must be kept confidential. Used for server-to-server API calls. This key is only shown once, at platform creation or when you rotate keys.
Click the copy icon next to any key to copy it to your clipboard.
Webhook Secret
The Webhook Secret is separate from the Secret Key. It is used to sign webhook deliveries so your receiving endpoint can verify that a webhook actually came from DialStack and hasn't been tampered with. It is not an API key and cannot be used to call the API.
In short:
- Secret Key — authenticates your calls to our API.
- Webhook Secret — lets you authenticate our calls to your webhook endpoint.