Software AG Products 10.5 | Administering API Portal | API Portal REST APIs | Manage APIs
 
Manage APIs
API Portal provides the capability to retrieve the APIs published in the portal, update the APIs, or delete them. API Portal provides the following REST APIs and the resources to manage APIs:
API Details
Path: /apis
Method: GET
Description: Retrieves the list of APIs present in API Portal.
Path: /apis/{apidId}
Method: GET
Description: Retrieves the details of a specific API.
Path: /apis/{apidId}
Method: DELETE
Description: Purges a specific API. You cannot undo this.
Path: /apis/{apidId}
Method: PATCH
Description: Modifies the metadata of a specific API.
Path: /apis/{apiId}/tags
Method: GET
Description: Retrieves the tags associated with a specific API.
Path: /apis/{apiId}/tags
Method: POST
Description: Adds tags to a specific API.
Path: /v1/apis
Method: POST
Description: Updates the definition of APIs.
Path: /v1/apis/{apiId}
Method: POST
Description: Updates the definition given through payload for a specific API.