Skip to main content
GET
Preview the consent screen for a scope request

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

scope
string

Space-delimited scope request, e.g. messages:read contacts:write. URL-encode the spaces (%20).

Response

200 - application/json

The parsed scope request split into granted vs rejected scopes, plus the consent rows to render for the granted set.

data
object
meta
object