Software AG Products 10.5 | Administering API Portal | API Portal REST APIs | Manage Providers
 
Manage Providers
API Portal provides the capability to add, modify, or delete API providers, associate APIs with providers, and manage the list of APIs associated with a provider. API Portal provides the following REST APIs and the resources to manage API providers:
API Details
Path: /providers
Method: GET
Description: Retrieves the list of API Providers registered in API Portal.
Path: /providers
Method: POST
Description: Registers an API provider in API Portal.
Path: providers/status/{handlerId}
Method: GET
Description: Retrieves the status of the providers in API Portal.
Path: /providers/{providerId}
Method: GET
Description: Retrieves the details of a specific provider.
Path: /providers/{providerId}
Method: PUT
Description: Updates the details of a specific provider.
Path: /providers/{providerId}
Method: DELETE
Description: Removes a specific provider from API Portal.
Path: /providers/{providerId}/apis
Method: GET
Description: Retrieves the API(s) linked to a specific provider.
Path: /providers/{providerId}/apis
Method: PUT
Description: Updates the API(s) linked to a specific provider.
Path: /providers/{providerId}/apis
Method: DELETE
Description: Unlinks the API(s) linked from a specific provider.
Path: /providers/{providerId}/apis/{apiId}
Method: PUT
Description: Links a specific API with a specific provider.
Path: /providers/{providerId}/apis/{apiId}
Method: DELETE
Description: Unlinks a specific API from a specific provider.