Auth

Get all granted claims for the current user.

get
Authorizations
Responses
200Success
application/json
get
/api/v1/auth/granted-claims
GET /api/v1/auth/granted-claims HTTP/1.1
Host: {ISSUER_API_BASE_URL}
x-api-key: YOUR_API_KEY
Accept: */*
{
  "grantedClaims": [
    "text"
  ]
}