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