Skip to main content
GET
/
api
/
auth
/
oauth
/
custom
/
{key}
Initiate custom OAuth flow (PKCE)
curl --request GET \
  --url https://api.example.com/api/auth/oauth/custom/{key}
{
  "authUrl": "<string>"
}

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>