Grants REST Endpoints

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