Skip to main content
GET
Initiate custom OAuth flow (PKCE)

Path Parameters

key
string
required

Query Parameters

redirect_uri
string<uri>
required

URL to redirect after authentication (receives insforge_code parameter)

code_challenge
string

PKCE code challenge for mobile/desktop/server clients

Response

OAuth authorization URL

authUrl
string<uri>