Forum Discussion
Hi Anil,
Thank you for posting. The recommended approach to automate these type of API migrations is to use our API Management public APIs. And you have a couple of different options to do this.
1. Use the Migrate an API Version API to migrate all your APIM assets in a version including the policies from source org to destination org. Documentation and usage of this API is below:
https://docs.snaplogic.com/public-apis/post-apim-migrate-version-version-path.html
2. the second option is to use the Export and Import an API version public APIs to move the APIs to the destination org. This option will export the assets to a zip format for export/import. Details are in this docs pages
https://docs.snaplogic.com/public-apis/get-apim-export-version.html
https://docs.snaplogic.com/public-apis/post-apim-import-version.html