API reference · Integrations - QuickBooks
GET/api/integrations/qbo/status

QuickBooks Online status route unavailable

This path appears in the generated route inventory, but server/src/app/api/integrations/qbo/status/route.ts is not present in the current worktree. Without an x-api-key, API middleware returns 401 before routing. With the middleware requirement satisfied, Next.js has no handler for this path and returns the framework not-found response. QuickBooks connection status is currently exposed through server actions such as getQboConnectionStatus and through versioned QuickBooks API routes, not this inventory-only path.

Response body

Success response 401 · schema QboErrorResponse

errorstringRequired
Error message returned by middleware or by the connect endpoint.

Response codes

401
x-api-key is missing at middleware before routing.
404
No route handler exists for this inventory-only path in the current worktree.