> ## Documentation Index
> Fetch the complete documentation index at: https://docs.unicyfalcon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Customer

> Retrieve a single customer by ID

Returns one customer by UUID. Requires API plan or higher.

## Path Parameters

* **id** (string, required): Customer UUID

## Response

Returns a single customer object with `id`, `name`, `email`, `phone`, `address`, `company_name`, `language`, `timezone`, `created_at`, etc.

## Errors

* **404**: Customer not found or not in your tenant
