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

WorkBoard Datastream API

[WorkBoard's help center documentation on Datastreams.](https://support.workboard.com/hc/en-us/articles/360006666652-Pushing-Business-Data-into-Workboard-with-Data-Streams#pushing-business-data-into-workboard-with-data-streams-0-0)

WorkBoard Datastream API is one of 12 APIs that WorkBoard publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Datastream. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a changelog.

This API exposes 3 operations across 2 paths. It is described by OpenAPI 3.0.1, at version 1.0.0.

Requests are made against a single base URL, https://demo.biz.wobo-int.com/wb/apis.

3 operations 2 paths 0 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.0
Base URL
https://www.myworkboard.com/wb/apis
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

WorkBoard Datastream API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — JWT Authorization header using the Bearer scheme.

Paths & Operations 3

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

Datastream 3

[WorkBoard's help center documentation on Datastreams.](https://support.workboard.com/hc/en-us/articles/360006666652-Pushing-Business-Data-into-Workboard-with-Data-Streamspushing-…

GET
/stream
Get the details of datastreams to which the authenticated user has access.
→ 200400
POST
/stream
Create a datastream.
body → 200400
POST
/stream/{stream_id}
Update the value(s) in your datastream.
3 params body → 200400

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

workboard-datastream-api-openapi.yml Raw ↑

Other APIs WorkBoard publishes across the network.

WorkBoard SCIM API
WorkBoard Activity (Action Items) API
WorkBoard custom-attributes API
WorkBoard Goal (Objective) API
WorkBoard Metric (Key Result) API
WorkBoard Tags API
WorkBoard Team API
WorkBoard User API
WorkBoard User Goals (User Objectives) API
WorkBoard Webhook API
WorkBoard Workstream API