Classic API Management APIs
These APIs manage Classic APIM assets and Classic APIM Developer Portal users and subscriptions.
| API Management APIs | |
|---|---|
DELETE
/apim/{path_to_api}
|
Soft delete an APIM API. |
DELETE
/apim/{path_to_apiversion}
|
Soft delete an API version. |
GET
/apim/export_policies
|
Export the policies of an API or API version. |
GET
/apim/export_version/{export_path}
|
Export a published or unpublished API version using the GET method between control planes/Orgs. |
GET
/apim/pending_user_requests
|
Retrieve the user ID or a list of user IDs pending for approval. |
POST
/apim/approve_users
|
Approve a user ID or a list of user IDs that appear in the created status under Subscription Manager. |
POST
/apim/create_from_project
|
Create an API version with the assets of an existing project. |
POST
/apim/deny_users
|
Deny access to the user ID or a list of user IDs that appear in created status under Subscription Manager. |
POST
/apim/deprecate_versions
|
Deprecate the specified set of API versions. |
POST
/apim/get_api_log/{env_org}
|
Retrieve API Management log information. |
POST
/apim/import_policies
|
Import a set of policies into an API or API version. |
POST
/apim/import_version/{import_path}
|
Import an API version from one control plane or Org to another. |
POST
/apim/migrate_proxy
|
Migrate a proxy, including all its endpoints, policies, and files. |
POST
/apim/migrate_version/{version_path}
|
Migrate an API version, including the selected asset types, to another version. |
POST
/apim/invalidate_response_cache
|
Invalidate the response cache for APIs. |
POST
/apim/publish_versions
|
Publish the specified set of API versions. |
POST
/apim/retire_versions
|
Retire the specified set of API versions. |
POST
/apim/unpublish_versions
|
Unpublish the specified set of API versions. |