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

Netter dashboards API

The dashboards API from Netter — 7 operation(s) for dashboards.

Netter dashboards API is one of 44 APIs that Netter 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, API documentation, and an API reference.

This API exposes 10 operations across 7 paths, and defines 7 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against the base URL https://api.netter.ai.

10 operations 7 paths 7 schemas 1 DELETE5 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.netter.ai
Resource Areas
1

Paths & Operations 10

Across 7 paths, the API surfaces 10 operations — 1 DELETE, 5 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

dashboards 10
POST
/api/v1/dashboards/
Create Dashboard
create_dashboard_api_v1_dashboards__post body → 201422
GET
/api/v1/dashboards/
List Dashboards
list_dashboards_api_v1_dashboards__get 2 params → 200422
GET
/api/v1/dashboards/{dashboard_id}
Get Dashboard
get_dashboard_api_v1_dashboards__dashboard_id__get 1 param → 200422
PATCH
/api/v1/dashboards/{dashboard_id}
Update Dashboard
update_dashboard_api_v1_dashboards__dashboard_id__patch 1 param body → 200422
DELETE
/api/v1/dashboards/{dashboard_id}
Delete Dashboard
delete_dashboard_api_v1_dashboards__dashboard_id__delete 1 param → 204422
GET
/api/v1/dashboards/{dashboard_id}/chat
Get Or Create Dashboard Chat
get_or_create_dashboard_chat_api_v1_dashboards__dashboard_id__chat_get 1 param → 200422
POST
/api/v1/dashboards/{dashboard_id}/suppress
Suppress Dashboard
suppress_dashboard_api_v1_dashboards__dashboard_id__suppress_post 1 param → 200422
GET
/api/v1/dashboards/{dashboard_id}/dependencies
Get Dashboard Dependencies
get_dashboard_dependencies_api_v1_dashboards__dashboard_id__dependencies_get 1 param → 200422
GET
/api/v1/dashboards/{dashboard_id}/bundle.js
Get Dashboard Bundle
get_dashboard_bundle_api_v1_dashboards__dashboard_id__bundle_js_get 1 param → 200422
POST
/api/v1/dashboards/{dashboard_id}/regenerate
Regenerate Dashboard
regenerate_dashboard_api_v1_dashboards__dashboard_id__regenerate_post 1 param → 200422

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are DashboardRead (16 properties), ChatRead (12 properties), ValidationError (5 properties), DashboardCreate (3 properties). Each schema is shown below with its type and property counts.

ValidationError
object
5 properties 3 required
DashboardRead
object
16 properties 14 required
ChatStatus
string
HTTPValidationError
object
1 property
DashboardCreate
object
3 properties 1 required
DashboardUpdate
object
2 properties
ChatRead
object
12 properties 10 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

netter-dashboards-api-openapi.yml Raw ↑

Other APIs Netter publishes across the network.

Netter actions API
Netter api-keys API
Netter app-chat API
Netter apps API
Netter apps-query API
Netter assistant API
Netter attributes API
Netter automations API
Netter chats API
Netter companies API
Netter dashboard-chat API
Netter dashboard-data API