---
title: "get"
method: GET
path: "/v1/customer"
tags: ["Customer"]
---

# get

`GET /v1/customer`

Get the account information associated with the API key.

## Response `200`

Look up success

- CustomerResponse
  - `customer` CustomerDetail, required — Account information for the user
    - `email` string, email — Email associated with the account
    - `first` string — Given name associated with the account, if known
    - `last` string — Family name associated with the account, if known
    - `subscription` SubscriptionDetail — Subscription information for the user, including current usage and limits
      - `meters` object
        - `fileTokens` MeterDetail — Current usage and limits for the user for the given metric
          - `max` integer — Maximum limit for the current billing period
          - `meterId` string — Unique system generated ID for the meteric
          - `value` integer — Current usage for the current billing period
        - `searches` MeterDetail — Current usage and limits for the user for the given metric
          - `max` integer — Maximum limit for the current billing period
          - `meterId` string — Unique system generated ID for the meteric
          - `value` integer — Current usage for the current billing period

## Changes

- **2024-08-02** `c87566531492` — 1 info
  - endpoint added
- **2023-10-04** `79c42de78d2f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/groundxai/apis/groundx-apis/changes/v1/customer/get.md)

---

[API](https://skmtc.dev/groundxai/apis/groundx-apis.md) · [All operations](https://skmtc.dev/groundxai/apis/groundx-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/groundxai/groundx-apis/revisions/1c1a5c17f52f/schema)
