latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB
db81a447bba9
Account
OAuth callback
Identity-provider callback (Google, GitHub, Microsoft). The IdP redirects the user agent here with ID+token query params. Server resolves the intent and redirects back to the frontend with intent (sign_in / sign_up / link_account) appended. Not called directly by API clients.
get/account/auth/callback
Query parameters
idstring
Intent ID from the IdP redirect
tokenstring
Intent token from the IdP redirect
userstring
When present, treated as sign-in flow. Otherwise resolved to sign_up or link_account based on whether the email already belongs to a registered user