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. |