Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Knowi Dashboards API

Manage dashboards and shared URLs.

Knowi Dashboards API is one of 6 APIs that Knowi publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Dashboards. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 6 operations across 6 paths. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://knowi.com/api/1.0.

6 operations 6 paths 0 schemas 3 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Server
https://knowi.com/api/1.0
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Knowi Dashboards API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

Paths & Operations 6

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

Dashboards 6

Manage dashboards and shared URLs.

GET
/dashboards
List dashboards
listDashboards → 200
GET
/dashboards/{objectId}
Get dashboard
getDashboard 1 param → 200
GET
/dashboards/{objectId}/share
Get dashboard share info
getDashboardShare 1 param → 200
POST
/dashboards/{objectId}/share/url
Generate share URL
generateShareUrl 1 param → 200
POST
/dashboards/{objectId}/share/url/secure
Generate secure share URL
generateSecureShareUrl 1 param → 200
POST
/dashboards/{objectId}/share/url/secure/hash
Generate secure share hash
generateSecureShareHash 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

knowi-dashboards-api-openapi.yml Raw ↑

Other APIs Knowi publishes across the network.

Knowi Authentication API
Knowi Groups API
Knowi Pull API
Knowi Push API
Knowi Users API