2025-09-14.anode release notes
Connect endpoints
Connect endpoints use a JSON-based session flow rather than the standard REST request/response pattern.- One-time-use token authentication
- JSON for all reads and writes
- To implement, follow the Integrate your app guide
All other endpoints
All other endpoints are RESTful and resource-driven, following standard HTTP conventions.- Standard HTTP methods (
GET,POST, etc.) - Bearer authentication
- JSON for all reads and writes
Test mode
Use test (sandbox) mode for development and testing.Versioning
By default, all requests use your Flatpeak account’s default API version, configured in the Dashboard > Settings > Versions. You can override it by including theFlatpeak-Version header in your request:

