> ## Documentation Index
> Fetch the complete documentation index at: https://developers.tally.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Changes made to the Tally API worth knowing about

<Info>
  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`.
</Info>

<Update label="2026-02-05" description="v0.4.0">
  #### Breaking changes

  * Block payloads are now validated against the schema. Requests with invalid block payload structures will be rejected with a `400` error. Previously, malformed block payloads were accepted silently.
</Update>

<Update label="2025-05-30" description="v0.3.0">
  #### New endpoints

  * `GET /forms/{formId}/questions`
      <br />
    Get form questions
  * `GET /forms/{formId}/submissions/{submissionId}`
      <br />
    Get a specific form submission
  * `GET /organizations/{organizationId}/users`
      <br />
    View organization users
  * `DELETE /organizations/{organizationId}/users/{userId}`
      <br />
    Remove users from organization
  * `GET /organizations/{organizationId}/invites`
      <br />
    View pending invites
  * `POST /organizations/{organizationId}/invites`
      <br />
    Invite users to organization
  * `DELETE /organizations/{organizationId}/invites/{inviteId}`
      <br />
    Cancel pending invites
  * `GET /webhooks`
      <br />
    List configured webhooks
  * `GET /webhooks/{webhookId}/events`
      <br />
    List webhook events
  * `POST /webhooks/{webhookId}/events/{eventId}`
      <br />
    Retry webhook events

  #### Changed endpoints

  * `GET /forms/{formId}/submissions`
      <br />
    Added new filtering options: `startDate`, `endDate` & `afterId`
</Update>

<Update label="2025-02-01" description="v0.2.0">
  #### New endpoints

  * `GET /users/me`

  #### Changed endpoints

  * `GET /forms`
      <br />
    Now returns a paginated response instead of a flat list.
  * `GET /workspaces`
      <br />
    Now returns a paginated response instead of a flat list.

  #### Deprecated endpoints

  * `GET /me`
</Update>

<Update label="2025-01-15" description="v0.1.0">
  Hello world! 🎉
</Update>
