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