Skip to main content
GET
/
oauth
/
authorize
OAuth 2.1 authorization endpoint (renders the consent screen)
curl --request GET \
  --url https://api.mnemom.ai/v1/oauth/authorize
"<string>"

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.