> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bigcapital.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve the authenticated account



## OpenAPI

````yaml api-reference/openapi.json get /api/auth/account
openapi: 3.0.0
info:
  title: Bigcapital
  description: Financial accounting software
  version: '1.0'
  contact: {}
servers: []
security: []
tags: []
paths:
  /api/auth/account:
    get:
      tags:
        - Auth
      summary: Retrieve the authenticated account
      operationId: AuthedController_getAuthedAcccount
      parameters: []
      responses:
        '200':
          description: ''

````