---
title: "Get customer"
method: GET
path: "/customers/{uuid}"
tags: ["Customers"]
---

# Get customer

`GET /customers/{uuid}`

## Path parameters

- `uuid` string, required

## Response `200`

Customer details

- Customer
  - `id` integer
  - `self` string
  - `uuid` string
  - `type` string, nullable
  - `name` string, nullable
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `email` string, email, nullable
  - `prefix` string, nullable
  - `phone` string, nullable
  - `tag` string, nullable
  - `metadata` object, nullable
  - `created_at` string, date-time, nullable
  - `connections` Connections — Hypermedia links to related resources.

## Other responses

- `404` — Resource not found

---

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