v1

latestOpenAPI 3.1.02026-07-264048103.1 KB
Auth Service (v2)

Oauth Callback Get

Handle OAuth callback redirect from OAuth providers.

Processes the OAuth token exchange, then redirects to the frontend callback page for a consistent UI experience.

get/v2/auth/callback/{provider_id}

Path parameters

provider_idstring required

Query parameters

codestring

Authorization code from OAuth provider

Authorization code from OAuth provider

statestring

State parameter containing auth_id

State parameter containing auth_id

errorstring

Error code from OAuth provider

Error code from OAuth provider

error_descriptionstring

Error description from OAuth provider

Error description from OAuth provider

Response

Successful Response

{"stackTrail":"paths:/v2/auth/callback/{provider_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}