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

The Forms API from Tally — 3 operation(s) for forms.

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

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

This API exposes 6 operations across 3 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.

6 operations 3 paths 0 schemas 1 DELETE3 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 Forms 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 6

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

Forms 6
GET
/forms
List forms
listForms → 200
POST
/forms
Create a form
createForm → 201
GET
/forms/{id}
Fetch a single form
getForm 1 param → 200
PATCH
/forms/{id}
Update form settings/blocks
updateForm 1 param → 200
DELETE
/forms/{id}
Delete a form
deleteForm 1 param → 204
GET
/forms/{id}/questions
List questions in a form
listFormQuestions 1 param → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tally-forms-api-openapi.yml Raw ↑

Other APIs Tally publishes across the network.

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