25.09.01 was released on Mon, 01 Sep 2025.
You can select a version from the header of this documentation to view the reference for that specific version.
Selecting an API version
When issuing calls to the API, you must provide a version using theTipee-Version header:
YY.MM.DD format — it does not need to match an official release date exactly.
Version resolution
When you provide a date that does not correspond to a released version, the API automatically resolves it to the closest released version on or before that date. For example, with the currently released versions25.09.01 and 26.06.25:
This is intentional: it lets you pin your integration to a date rather than to a specific release. A common pattern is to set the
Tipee-Version header to the date your integration went live. The API is then guaranteed to keep serving the exact behavior that was stable on that date, even as new versions are released afterwards.
Breaking vs. non-breaking changes
- Non-breaking changes
- Breaking changes
Additive changes are available in all supported API versions and should not break an integration:
Preview endpoints
New endpoints are first released in thepreview version, available in the version dropdown of this documentation alongside the stable versions. In that version, each endpoint carries a badge: preview for endpoints that are not part of a stable version yet, and stable for endpoints already released in a stable version (which remain visible there, as they keep working in every later version).
To call preview endpoints, use the preview version in the Tipee-Version header: