Returns a list of your user's access scopes

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
path Parameters
clientId
required
string

The Zephr site's Oauth2 client ID.

Responses
200

OK

400

Missing required clientId parameter.

401

User session not authenticated.

get/zephr/oauth2/consent/{clientId}
Response samples
application/json
{
  • "consent": [
    ]
}