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/import_version/{import_path} imports an API version from one Control plane/Org to another using a public API.
GET /apim/export_version/{export_path} exports published or unpublished API version using the GET method between Control planes/Orgs.
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/approve_users approves the user ID or a list of user IDs
POST /apim/deny_users denies access to the user ID or a list of user IDs
GET /apim/pending_user_requests retrieves the user ID or the list of user IDs pending for approval.
POST /apim/get_api_log/{env_org} retrieves the API Management log information.