Skip to main content
POST
Preview consent grant

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
client_id
string
required

Public client id under evaluation

Example:

"dev-console"

scope
string

Space-separated scopes to preview

Example:

"openid profile family"

resource
string

Optional RFC 8707 resource indicator

Response

Success

scopes
string[]

Scopes that would be granted

authorization_details
array

RFC 9396 details that would be granted

resource
string

Bound RFC 8707 resource, if any