---
title: "Get the customer by email"
method: GET
path: "/v1/backoffice/customers/{username}"
tags: ["authentication"]
---

# Get the customer by email

`GET /v1/backoffice/customers/{username}`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- Customer
  - `username` string
  - `email` string
  - `plan` 'FREEMIUM' | 'FULL'
  - `created` string, date-time
  - `updated` string, date-time
  - `enabled` boolean
  - `trialDays` integer
  - `deleted` boolean

---

[API](https://skmtc.net/super/apis/super-ai-api.md) · [All operations](https://skmtc.net/super/apis/super-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/super/super-ai-api/revisions/0d125680e232/schema)
