Skip to main content
2025-09-14.anode release notes

Connect endpoints

Connect endpoints use a JSON-based session flow rather than the standard REST request/response pattern.

All other endpoints

All other endpoints are RESTful and resource-driven, following standard HTTP conventions.

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 the Flatpeak-Version header in your request:
❯ curl -s --request GET \
  --url "https://api.flatpeak.com/devices/dev_66b1ea3cbbfa0d30b978ce37" \
  --header "Authorization: Bearer $TOKEN" \
  --header 'Flatpeak-Version: 2025-09-14.anode'
For more details, see the Versioning Guide.