---
title: "Customer self-record for the authenticated caller"
method: GET
path: "/v1/customers/me"
tags: ["Customers Me"]
---

# Customer self-record for the authenticated caller

`GET /v1/customers/me`

## Response `200`

- CustomerSelfDto
  - `id` string, uuid, required
  - `workosOrgId` string, required
  - `slug` string, required
  - `legalName` string, required
  - `displayName` string, required
  - `contactEmail` string, nullable, required
  - `logoUrl` string, nullable, required
  - `countryCode` string, nullable, required
  - `city` string, nullable, required
  - `status` 'ACTIVE' | 'SUSPENDED' | 'CHURNED', required
  - `suspendedAt` string, nullable, required

## Other responses

- `400` — Validation failed
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `500` — Internal server error

---

[API](https://skmtc.net/vendure/apis/vendure-io-api-public.md) · [All operations](https://skmtc.net/vendure/apis/vendure-io-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vendure/vendure-io-api-public/revisions/5fc4757128af/schema)
