It would be such a great feature if we could have somehow to export our endpoints used on workflows.
Maybe creating a default block to specify the request and the response format, so we could export that and import to a documentation tool like swagger.
It could be a nice way to validate the requests on the workflows too.
Now, it’s kinda hard to do the documentation of that…
Heck how about a live Swagger/OpenAPI page for each app’s Experience API…could be implemented as a static page type under a Layout or similar…like Dashboards or Custom HTML are now. A dropdown that allows automatic creation of the API as an Experience Page that could be put behind or in front of a login…That’s cool stuff! I think the only thing really missing is as @Thiago_zils says…input/schema validation that the Experience API endpoint knows about. We can do it in the Workflows of course with the Validate Payload node…but not in a way that the Experience API would be aware of.