Customer Auth

Initiate GitHub OAuth flow for Customers

get/v1/customer/auth/github

Query parameters

client_idstring required

OAuth client ID

redirect_uristring required

Redirect URI after authorization

statestring

Opaque state value forwarded to the callback

scopestring

Space-separated OAuth scopes

code_challengestring

PKCE code challenge

code_challenge_methodstring

PKCE method (S256)

mcp_subdomainstring

MCP server subdomain

Changes