Skip to main content
GET
/
oauth
/
authorize
OAuth Authorization Page
curl --request GET \
  --url https://crossproductroadmapbackend.vercel.app/api/v1/oauth/authorize

Documentation Index

Fetch the complete documentation index at: https://tabillo.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

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

"read write"

code_challenge
string

PKCE SHA-256 code challenge (base64url encoded)

code_challenge_method
enum<string>
Available options:
S256

Response

200

HTML authorization page