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

The Webhooks API from Tally — 4 operation(s) for webhooks.

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

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

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

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

Webhooks 6
GET
/webhooks
List webhooks
listWebhooks → 200
POST
/webhooks
Create a webhook
createWebhook → 201
PATCH
/webhooks/{id}
Update a webhook
updateWebhook 1 param → 200
DELETE
/webhooks/{id}
Delete a webhook
deleteWebhook 1 param → 204
GET
/webhooks/{id}/events
List webhook events
listWebhookEvents 1 param → 200
POST
/webhooks/{id}/events/{eventId}/retry
Retry a webhook event
retryWebhookEvent 2 params → 202

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tally-webhooks-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 Workspaces API