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 /users/me
Changed endpoints
GET /forms
Now returns a paginated response instead of a flat list.GET /workspaces
Now returns a paginated response instead of a flat list.
Deprecated endpoints
GET /me
Hello world! 🎉