# Get account details **GET /v2/account** Retrieves basic information about the authenticated account/organization ## Servers - Production API server: https://api.storydoc.com (Production API server) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Account details retrieved successfully #### Body: application/json (object) - **orgId** (string) Unique identifier for the organization/account - **title** (string) Name of the organization/account ### 403 Authentication failed or missing token #### Body: application/json (object) - **error** (string) ### 404 Account not found #### Body: application/json (object) - **error** (string) ### 429 Rate limit exceeded #### Headers - **x-rate-limit-counter** (integer) Current request count - **x-rate-limit-maximum** (integer) Maximum allowed requests #### Body: application/json (object) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **error** (string) - **errorId** (string) [Powered by Bump.sh](https://bump.sh)