---
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

---

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