For the complete documentation index, see llms.txt. This page is also available as Markdown.

Auth

Get all granted claims for the current user.

get
Authorizations
X-API-KEYstringRequired
Responses
200Success
application/json
grantedClaimsstring[]Required
get/auth/granted-claims
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"
  ]
}

Last updated