<!-- נוצר אוטומטית ממקור התיעוד הקנוני של Teloring. אין לערוך קובץ זה. -->

עמוד קנוני: https://docs.teloring.com/he/api/get-account
עודכן לאחרונה: 2026-08-20T20:52:05.000Z

# Get account details

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Get account details"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/account"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Everything on Settings → General, plus the read-only facts: the account id, the
plan it is on, when it was created and who owns it.

Worth calling once at the start of an integration. `plan` decides whether the
rest of this API will work at all — `GET /v1/billing/plan` has the detail.

**Scope:** `account`

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./get-account.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./get-account.StatusCodes.json")}
>
  
</StatusCodes>
