---
title: "GET /app/customer_summary/"
method: GET
path: "/app/customer_summary/"
tags: ["app"]
---

# GET /app/customer_summary/

`GET /app/customer_summary/`

Get the current settings for the organization.

## Response `200`

- CustomerSummary[]
  - `customer_name` string, nullable — The display name of the customer
  - `customer_id` string — The id provided when creating the customer, we suggest matching with your internal customer id in your backend
  - `subscriptions` SubscriptionCustomerSummary[], required
    - `billing_plan_name` string, required
    - `plan_version` string, required
    - `end_date` string, date-time, required — The time the subscription starts. This will be a string in yyyy-mm-dd HH:mm:ss format in UTC time.
    - `auto_renew` boolean — Whether the subscription automatically renews. Defaults to true.

## Changes

- **2023-01-16** `36b48cae00a3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/uselotus/apis/lotus-api/changes/app/customer_summary/get.md)

---

[API](https://skmtc.dev/uselotus/apis/lotus-api.md) · [All operations](https://skmtc.dev/uselotus/apis/lotus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uselotus/lotus-api/revisions/36b48cae00a3/schema)
