We're trying to create a tool that would compare Swagger JSON file generated from our TypeScript codebase to the Swagger JSON expored from Apidog and raise a flag when there are any differences between API documentation and API implementation.
However, it seem that there is no way to programmatically export data from Apidog as we want to automate the process of checking any discrepancies.
It would be nice if Apidog itself has an API that we could use to manage Apidog projects or at the very least for Apidog CLI to be able to export project data.