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.
| Method | POST |
| Path | /v1/auth/oauth/flows/:flowId/confirm |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | auth |