API Management APIs

API Management APIs allow you to manage your APIs or to retrieve metadata related to the API Manager or your Developer Portal.

API Management APIs
POST /apim/create_from_project creates an API version using the assets of an existing project.
POST /apim/publish_versions publishes the specified set of API versions.
POST /apim/unpublish_versions unpublishes the specified set of API versions.
POST /apim/deprecate_versions deprecates the specified set of API versions.
POST /apim/retire_versions retires the specified set of API versions.
POST /apim/migrate_version/{version_path} migrates an API version, including the selected asset types, to another version.
POST /apim/migrate_proxy migrates a proxy, including all its endpoints, policies, and files.
GET /apim/export_policies exports the policies of an API or API version.
POST /apim/import_policies imports a set of policies into an API or API version.
POST /apim/get_api_log/{env_org} retrieves the API Management log information.