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

Yodeck Workspaces API

Separate environments with their own users, permissions, and content.

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

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

This API exposes 5 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://app.yodeck.com/api/v1.

5 operations 2 paths 3 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://app.yodeck.com/api/v1
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Yodeck Workspaces API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (tokenAuth). By default, every request must be authenticated.

  • tokenAuth — Named, role-scoped API token generated in the Yodeck console (Account Settings Advanced Settings API Tokens). The token acts as a user with the permissions of…

Paths & Operations 5

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

Workspaces 5

Separate environments with their own users, permissions, and content.

GET
/workspaces/
List workspaces
listWorkspaces → 200
POST
/workspaces/
Create a workspace
createWorkspace body → 201
GET
/workspaces/{id}/
Retrieve a workspace
getWorkspace 1 param → 200
PATCH
/workspaces/{id}/
Update a workspace
updateWorkspace 1 param body → 200
DELETE
/workspaces/{id}/
Delete a workspace
deleteWorkspace 1 param → 204

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Workspace (3 properties), WorkspaceList (2 properties), WorkspaceInput (2 properties). Each schema is shown below with its type and property counts.

WorkspaceInput
object
2 properties 1 required
Workspace
object
3 properties
WorkspaceList
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yodeck-signage-workspaces-api-openapi.yml Raw ↑

Other APIs Yodeck publishes across the network.

Yodeck Layouts API
Yodeck Media API
Yodeck Playlists API
Yodeck Schedules API
Yodeck Screens API
Yodeck Shows API