API Details |
Path: /communities Method: GET Description: Retrieves the list of communities present in API Portal. |
Path: /communities/{community-id} Method: GET Description: Retrieves the details of a specific community. |
Path: /communities/{community-id}/apis Method: GET Description: Retrieves the list of APIs associated to a specific community. |
Path: /communities/{community-id}/apis Method: POST Description: Adds APIs to a specific community. |
Path: /communities/{community-id}/apis Method: DELETE Description: Removes API from a specific community. |
Path: /communities/{community-id}/ apis/{api-id} Method: DELETE Description: Removes a specific API from a specific community. |
Path: /communities/{community-id}/users Method: GET Description: Retrieves the list of users that are part of a specific community. |