get https://{tenanturl}/v1.0/appgrants/
Retrieves a specific OIDC or OAuth grant of OIDC applications that the user owns.
Responses
403Access was forbidden.
404The grant was not found.
Retrieves a specific OIDC or OAuth grant of OIDC applications that the user owns.
403Access was forbidden.
404The grant was not found.
xxxxxxxxxx
curl --request GET \
--url https://tenant_url/v1.0/appgrants/gid \
--header 'accept: application/json'