Grants REST Endpoints
Gateways/Grants
View details about and manage gateway grants.
- Get eligible grantees
- Method: getPath:
/apiplatform/management/v1/gateways/grants/{grantType}/grantees - Get gateway grants
- Method: getPath:
/apiplatform/management/v1/gateways/grants/types - Get grants issued for a gateway
- Method: getPath:
/apiplatform/management/v1/gateways/{gwId}/grants - Issue a gateway grant
- Method: postPath:
/apiplatform/management/v1/gateways/{gwId}/grants - Revoke a gateway grant from a group
- Method: deletePath:
/apiplatform/management/v1/gateways/{gwId}/grants/{grantType}/groups/{groupId} - Revoke a gateway grant from a user
- Method: deletePath:
/apiplatform/management/v1/gateways/{gwId}/grants/{grantType}/users/{userId}