---
title: "Get customer by ID"
method: GET
path: "/api/customers/{id}"
tags: ["Customers"]
---

# Get customer by ID

`GET /api/customers/{id}`

Retrieve detailed information about a specific customer including their billing history summary.

## Path parameters

- `id` string, required

## Response `200`

Customer details

- CustomerResponse
  - `id` string, required
  - `externalId` string, required
  - `email` string, required
  - `name` string
  - `country` string
  - `currency` string, required
  - `metadata` object
  - `createdAt` string, required
  - `updatedAt` string, required

## Other responses

- `404` — Customer not found

---

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