Skip to main content
GET
/
api
/
auth
/
oauth
/
shared
/
callback
/
{state}
Shared OAuth callback handler
curl --request GET \
  --url https://api.example.com/api/auth/oauth/shared/callback/{state}

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

state
string
required

JWT state parameter

Query Parameters

success
string

Success flag

error
string

Error message

payload
string

Base64 encoded user payload

Response

302

Redirect to application with access token or error