View JSON data of the flow from Shared account

When we work with share accounts, we are not able to view the JSON data of the flow.

eg: https://integrator.io/api/flows/1233344XXXXX

we are getting the response as: {"errors":[{"code":"missing_header","message":"An account is shared with you. Please send the Integrator-AShareId in the request header."}]}

Where can I get the Integrator-AShareId in IO?

Currently, the '/api' routes in the UI are only exposed for the owner user. One simple work around to see the flow JSON is to download the flow, and then you can view the JSON in the zip file. The other work around is to request a full access API token from the account owner/admin, and then use Postman or equivalent to make the equivalent '/v1' API calls.