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.

2025-02-01
v0.2.0

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
2025-01-15
v0.1.0

Hello world! 🎉