I am getting error for FlowVersion for Flow:get. Please let me know.


Can you please provide a screenshot of the debug output showing the location and values for {{flowId}} and {{flowVersion}}?
I believe you’ll need to use a different API endpoint:
https://docs.losant.com/rest-api/flow/#errors
The endpoint you’re using expects the underlying version ID and not the version name. The {{flowVersion}} path contains the name. The endpoint above accepts either the name or ID. Please give that a try.
