Skip to main content
GET
/
api
/
auth
/
oauth
/
custom
/
{key}
/
callback
Custom OAuth callback (GET)
curl --request GET \
  --url https://api.example.com/api/auth/oauth/custom/{key}/callback

Documentation Index

Fetch the complete documentation index at: https://docs.insforge.dev/llms.txt

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

Path Parameters

key
string
required

Query Parameters

code
string
required

Authorization code from the custom OAuth provider

state
string
required

Signed OAuth state payload

Response

302

Redirect to application after custom OAuth completion