Software AG Products 10.7 | 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:
Path
Method
Description
/apis
GET
Retrieves the list of APIs present in API Portal.
/apis/{apidId}
GET
Retrieves the details of a specific API.
DELETE
Purges a specific API. You cannot undo this.
PATCH
Modifies the metadata of a specific API.
/apis/{apiId}/​tags
GET
Retrieves the tags associated with a specific API.
POST
Adds tags to a specific API.
/v1/apis
POST
Updates the definition of APIs.
/v1/apis/​{apiId}
POST
Updates the definition given through payload for a specific API.