Getting started
Changelog
Changes made to the Tally API worth knowing about
We try to version the API using dates to maintain a highly backwards compatible API. You can
specify a version using the tally-version
header, e.g. tally-version: 2025-02-01
.
New endpoints
GET /forms/{formId}/questions
Get form questionsGET /forms/{formId}/submissions/{submissionId}
Get a specific form submissionGET /organizations/{organizationId}/users
View organization usersDELETE /organizations/{organizationId}/users/{userId}
Remove users from organizationGET /organizations/{organizationId}/invites
View pending invitesPOST /organizations/{organizationId}/invites
Invite users to organizationDELETE /organizations/{organizationId}/invites/{inviteId}
Cancel pending invitesGET /webhooks
List configured webhooksGET /webhooks/{webhookId}/events
List webhook eventsPOST /webhooks/{webhookId}/events/{eventId}
Retry webhook events
Changed endpoints
GET /forms/{formId}/submissions
Added new filtering options:startDate
,endDate
&afterId
Hello world! 🎉