Auth

Get all granted claims for the current user.

get
Authorizations
Responses
200Success
application/json
get
GET /products/web/$IDENTITY_ENV_ID/issuer/api/auth/granted-claims HTTP/1.1
Host: identity.nchainplatform.com
X-API-KEY: YOUR_API_KEY
Accept: */*
{
  "grantedClaims": [
    "text"
  ]
}