<!-- Generated from the canonical Teloring documentation source. Do not edit this file. -->

Canonical page: https://docs.teloring.com/api/get-plan
Last modified: 2026-08-20T20:52:05.000Z

# Get the current plan

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 the current plan"}
>
</Heading>

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



The plan this account is on: its ceilings and which features it includes.

Worth reading once at the start of an integration. A `402` from anywhere else in
this API is explained by exactly one of these numbers or flags.

<ParamsDetails>
  
</ParamsDetails>

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

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