Skip to content

GET /v1/oauth/consent-info

GET
/v1/oauth/consent-info

Consent screen metadata

Response shape for GET /consent-info. Everything the consent UI needs to render a Grant/Deny dialog.

object
client_id
required
string
client_name
required
string
is_dynamic
required
boolean
redirect_uri
required
string
resource
string | null
scopes
required

Fully expanded atomic scope list. The UI renders these directly so the user sees exactly what they’re granting (not a compound alias).

Array<object>
object
description
required

Human-readable description the consent UI displays.

string
scope
required

Machine-readable scope label, e.g. “risks:read”.

string

No pending authorize request

Not authenticated

Referenced client no longer exists