Grants REST Endpoints

Services/Grants
The operations from the Services/Grants category.
Get eligible grantees
Method: get
Path: /apiplatform/management/v1/services/grants/{grantType}/grantees
Get grants issued for a service
Method: get
Path: /apiplatform/management/v1/services/{serviceId}/grants
Get service grants
Method: get
Path: /apiplatform/management/v1/services/grants/types
Issue service grants
Method: post
Path: /apiplatform/management/v1/services/{serviceId}/grants
Revoke a service grant from a group
Method: delete
Path: /apiplatform/management/v1/services/{serviceId}/grants/{grantType}/groups/{groupId}
Revoke a service grant from a user
Method: delete
Path: /apiplatform/management/v1/services/{serviceId}/grants/{grantType}/users/{userId}