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 Organization API

The Organization API from Tally — 4 operation(s) for organization.

Tally Organization API is one of 8 APIs that Tally publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Organization. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 4 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 4 paths 0 schemas 2 DELETE2 GET1 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 Organization 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 4 paths, the API surfaces 5 operations — 2 DELETE, 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Organization 5
GET
/organizations/users
List users
listOrganizationUsers → 200
DELETE
/organizations/users/{userId}
Remove a user
removeOrganizationUser 1 param → 204
GET
/organizations/invites
List invites
listInvites → 200
POST
/organizations/invites
Create an invite
createInvite → 201
DELETE
/organizations/invites/{inviteId}
Cancel an invite
cancelInvite 1 param → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tally-organization-api-openapi.yml Raw ↑

Other APIs Tally publishes across the network.

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