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

Tally Workspaces API

The Workspaces API from Tally — 2 operation(s) for workspaces.

Tally Workspaces API is one of 8 APIs that Tally 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.

This API exposes 5 operations across 2 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.tally.so.

5 operations 2 paths 0 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.tally.so
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

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

  • BearerAuth — Tally API key created in the workspace dashboard, sent as "Authorization: Bearer ".

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
GET
/workspaces
List workspaces
listWorkspaces → 200
POST
/workspaces
Create a workspace
createWorkspace → 201
GET
/workspaces/{id}
Fetch a workspace
getWorkspace 1 param → 200
PATCH
/workspaces/{id}
Update a workspace
updateWorkspace 1 param → 200
DELETE
/workspaces/{id}
Delete a workspace
deleteWorkspace 1 param → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tally-workspaces-api-openapi.yml Raw ↑

Other APIs Tally publishes across the network.

Tally REST API
Tally Embed JS
Tally Forms API
Tally Organization API
Tally Submissions API
Tally Users API
Tally Webhooks API