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

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