Auth
Authorizations
Responses
200Success
application/json
401
Invalid authentication credentials.
get
/api/v1/auth/granted-claimsGET /api/v1/auth/granted-claims HTTP/1.1
Host: {ISSUER_API_BASE_URL}
x-api-key: YOUR_API_KEY
Accept: */*
{
"grantedClaims": [
"text"
]
}