Grants REST Endpoints

Applications/Grants
View details about and manage application grants.
Get application grants
Method: get
Path: /apiplatform/management/v1/applications/grants/types
Get eligible grantees
Method: get
Path: /apiplatform/management/v1/applications/grants/{grantType}/grantees
Get grants issued for an application
Method: get
Path: /apiplatform/management/v1/applications/{appId}/grants
Issue an application grant
Method: post
Path: /apiplatform/management/v1/applications/{appId}/grants
Revoke an application grant from a group
Method: delete
Path: /apiplatform/management/v1/applications/{appId}/grants/{grantType}/groups/{groupId}
Revoke an application grant from a user
Method: delete
Path: /apiplatform/management/v1/applications/{appId}/grants/{grantType}/users/{userId}