Skip to main content
GET
OAuth 2.1 authorization endpoint (renders the consent screen)

Query Parameters

response_type
enum<string>
required
Available options:
code
client_id
string
required
redirect_uri
string<uri>
required
scope
string
required
Example:

"mcp:read mcp:write"

state
string
code_challenge
string
required
code_challenge_method
enum<string>
required
Available options:
S256

Response

Consent screen (HTML).

The response is of type string.