How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Whisperr, Inc. Dashboard API

The Dashboard API from Whisperr, Inc. — 23 operation(s) for dashboard.

Whisperr, Inc. Dashboard API is one of 7 APIs that Whisperr, Inc. publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Dashboard. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, rate-limit docs, and 3 JSON Schemas.

This API exposes 27 operations across 23 paths, and defines 22 schemas. It is described by OpenAPI 3.2.0, at version 0.2.0.

Requests are made against a single base URL, https://api.whisperr.net.

27 operations 23 paths 22 schemas 1 DELETE17 GET6 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.2.0
Base URL
https://api.whisperr.net
Authentication
API Key, HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 3

Whisperr, Inc. Dashboard API declares 3 security schemes for authenticating requests. An API key is passed in the header as Authorization (APIKey). It accepts HTTP bearer tokens (Supabase JWT) (DashboardBearer). An API key is passed in the header as X-Whisp-Onboarding-Import-Secret (OnboardingImportSecret).

  • APIKey — Use Authorization: Bearer .
  • DashboardBearer — Use Authorization: Bearer from Supabase Auth.

Paths & Operations 27

Across 23 paths, the API surfaces 27 operations — 1 DELETE, 17 GET, 6 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Dashboard 27
GET
/dashboard/apps/{app_id}/api-keys
List active API keys for an app
listDashboardAPIKeys 1 param → 200401404
POST
/dashboard/apps/{app_id}/api-keys
Create an API key for an app
createDashboardAPIKey 1 param body → 201400401404
DELETE
/dashboard/apps/{app_id}/api-keys/{key_id}
Revoke an API key
deleteDashboardAPIKey 2 params → 204401404
GET
/dashboard/apps/{app_id}/events
List recently ingested events
listDashboardEvents 1 param → 200401404503
GET
/dashboard/apps/{app_id}/events/catalog
Get the app's generated event catalog
getDashboardEventsCatalog 1 param → 200401404
GET
/dashboard/apps/{app_id}/events/kpis
Get event stream KPI values
getDashboardEventKPIs 1 param → 200401404503
GET
/dashboard/apps/{app_id}/integrations
Get dashboard integration source state
getDashboardIntegrations 1 param → 200401404
GET
/dashboard/apps/{app_id}/integrations/coverage
Get runtime event integration coverage
getDashboardIntegrationCoverage 1 param → 200401404503
GET
/dashboard/apps/{app_id}/interventions
List dashboard intervention sub-variants for an app
listDashboardInterventions 1 param → 200401404
GET
/dashboard/apps/{app_id}/interventions/generation-status
Universe generation status for the interventions page
getDashboardInterventionsGenerationStatus 1 param → 200401404
PATCH
/dashboard/apps/{app_id}/interventions/parents/{parent}
Pause or resume all sub-variants in a parent strategy
setDashboardParentStatus 2 params body → 200401404
GET
/dashboard/apps/{app_id}/interventions/recent
List recent decision dispatches
listDashboardRecentDispatches 1 param → 200
POST
/dashboard/apps/{app_id}/interventions/retry-generation
Retry a failed universe generation
retryDashboardInterventionsGeneration 1 param → 200401404409
PATCH
/dashboard/apps/{app_id}/interventions/{code}
Pause or resume a sub-variant
setDashboardSubVariantStatus 2 params body → 200401404
GET
/dashboard/apps/{app_id}/knowledge
Get the full Project Knowledge dashboard (legacy/dev)
getDashboardKnowledge 1 param → 200401404
GET
/dashboard/apps/{app_id}/knowledge/brand-voice
Get the Brand voice section
getDashboardKnowledgeBrandVoice 1 param → 200401404
PATCH
/dashboard/apps/{app_id}/knowledge/brand-voice
Update the Brand voice section
updateDashboardKnowledgeBrandVoice 1 param body → 200400401404
PATCH
/dashboard/apps/{app_id}/knowledge/business-context
Update editable business context fields (legacy)
updateDashboardBusinessContext 1 param body → 200400401404
GET
/dashboard/apps/{app_id}/knowledge/business-profile
Get the Business profile section
getDashboardKnowledgeBusinessProfile 1 param → 200401404
PATCH
/dashboard/apps/{app_id}/knowledge/business-profile
Update the Business profile section
updateDashboardKnowledgeBusinessProfile 1 param body → 200400401404
GET
/dashboard/apps/{app_id}/knowledge/customer-profile
Get the Customer & ICP section
getDashboardKnowledgeCustomerProfile 1 param → 200401404
PATCH
/dashboard/apps/{app_id}/knowledge/customer-profile
Update the Customer & ICP section
updateDashboardKnowledgeCustomerProfile 1 param body → 200400401404
GET
/dashboard/apps/{app_id}/knowledge/event-context
Get the event-driven knowledge context
getDashboardKnowledgeEventContext 1 param → 200401404
GET
/dashboard/apps/{app_id}/knowledge/runtime
Get the dev-only Project Knowledge runtime universe
getDashboardKnowledgeRuntime 1 param → 200401404
POST
/dashboard/apps/{app_id}/policy-generation
Explicitly enqueue policy generation
triggerDashboardPolicyGeneration 1 param → 202403404409
GET
/dashboard/apps/{app_id}/users/stats
Get aggregate user-directory metrics
getDashboardUserStats 1 param → 200401404
GET
/dashboard/session
Get dashboard session and active runtime app
getDashboardSession → 200401404

Schemas 22

The contract defines 22 schemas that model the data the API accepts and returns. The most detailed are DashboardApp (15 properties), DashboardSubVariant (10 properties), DashboardEventsCatalogEvent (8 properties), DashboardKnowledgeRuntimeDetail (8 properties). Each schema is shown below with its type and property counts.

DashboardInterventionsGenerationStatus
object
6 properties 4 required
CreateDashboardAPIKeyResponse
object
2 properties 2 required
DashboardKnowledgeBusinessProfile
object
6 properties 6 required
DashboardVariantEventLink
object
7 properties 5 required
DashboardStatusRequest
object
2 properties 1 required
DashboardAPIKeysResponse
object
1 property 1 required
DashboardPolicyGenerationResponse
object
4 properties 4 required
DashboardSubVariant
object
10 properties 4 required
DashboardEventsCatalogEvent
object
8 properties 6 required
DashboardKnowledgeRuntimeDetail
object
8 properties 4 required
DashboardKnowledgeBrandVoice
object
4 properties 4 required
DashboardKnowledgeCustomerProfile
object
6 properties 6 required
DashboardIntegrationsResponse
object
4 properties 2 required
DashboardAPIKey
object
7 properties 6 required
DashboardInterventionsResponse
object
2 properties 2 required
ErrorResponse
object
1 property 1 required
DashboardKnowledgeEventContext
object
5 properties 4 required
CreateDashboardAPIKeyRequest
object
1 property 1 required
DashboardApp
object
15 properties 9 required
DashboardEventsCatalogResponse
object
2 properties 1 required
DashboardUser
object
3 properties 1 required
DashboardSessionResponse
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

whisperr-inc-dashboard-api-openapi.yml Raw ↑

Other APIs Whisperr, Inc. publishes across the network.

Whisperr, Inc. Decisioning API
Whisperr, Inc. Delivery API
Whisperr, Inc. Ingestion API
Whisperr, Inc. Internal API
Whisperr, Inc. System API
Whisperr, Inc. Users API
Where this information came from

This is an independent, third-party profile of Whisperr, Inc. Dashboard API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.