Skip to main content
GET
Get pending consent details

Authorizations

Authorization
string
header
required

Access token obtained from session refresh

DPoP
string
header
required

DPoP proof JWT (RFC 9449) bound to the calling session's key. Required alongside the access token on the OAuth login-UI endpoints (/oauth/continue, /oauth/pending, /oauth/decision). The Web SDK constructs and rotates this proof for you.

Query Parameters

oauth_req
string
required

The authorization request id (oar_-prefixed) from the /authorize redirect.

Example:

"oar_01jqebhswje1ka1z7ahr9rfsgt"

Response

OK

client_id
string
required
Example:

"oac_01jqebhswje1ka1z7ahr9rfsgt"

client_name
string
required
Example:

"Example MCP client"

redirect_uri
string
required
Example:

"https://mcp.example.com/oauth/callback"

scopes
string[]
required
Example: