MINARA

Confirm deferred web OAuth flow

POST /v1/auth/oauth/flows/:flowId/confirm — Finish a deferred web-OAuth flow (xAI/Grok). The gateway already captured the loopback authorization code; this call run

POST /v1/auth/oauth/flows/:flowId/confirm

Finish a deferred web-OAuth flow (xAI/Grok). The gateway already captured the loopback authorization code; this call runs the token exchange using that stored code. The request body is ignored.

MethodPOST
Path/v1/auth/oauth/flows/:flowId/confirm
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryauth

On this page