Software AG Products 10.7 | 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:
Path
Method
Description
/providers
GET
Retrieves the list of API Providers registered in API Portal.
POST
Registers an API provider in API Portal.
providers/​status/​{handlerId}
GET
Retrieves the status of the providers in API Portal.
/providers/​{providerId}
GET
Retrieves the details of a specific provider.
PUT
Updates the details of a specific provider.
DELETE
Removes a specific provider from API Portal.
/providers/​{providerId}/​apis
GET
Retrieves the API(s) linked to a specific provider.
PUT
Updates the API(s) linked to a specific provider.
DELETE
Unlinks the API(s) linked from a specific provider.
/providers/​{providerId}/​apis/​{apiId}
PUT
Links a specific API with a specific provider.
DELETE
Unlinks a specific API from a specific provider.