Is there a way to get the Schema Payload of a Dataflow via API?
As you may know, when you create an HTTP API connection account and a Dataflow, in the UI you can click on an option called Copy Schema Payload, which allows you to copy to the clipboard all the information needed to ingest data using that Dataflow via API, such as the endpoint link, the request body, etc.
Is there a way to get that same information using the API? I was checking the documentation, specifically the documentation related to the Flow Service API and found no help on that.
Thank you in advance