Software AG Products 10.7 | Administering API Portal | API Portal REST APIs | Manage Communities
 
Manage Communities
API Portal provides the capability to retrieve the list of communities and the APIs that are part of the required communities. Also, you can add or delete the APIs from a community. API Portal provides the following REST APIs and the resources to manage communities:
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.