---
title: "Customer details"
method: GET
path: "/{companyDomain}/customers/{customerUniqueId}"
---

# Customer details

`GET /{companyDomain}/customers/{customerUniqueId}`

This query gets individual customer details using the unique identifier provided in the Billsby platform

## Path parameters

- `companyDomain` string, required
- `customerUniqueId` string, required

## Response `200`

200

- object
  - `companyCurrency` string
  - `totalAmountPaid` string
  - `averageAmountPerMonth` string
  - `cardStatus` string
  - `customerUniqueId` string
  - `firstName` string
  - `lastName` string
  - `billingAddress` object
    - `addressLine1` string
    - `addressLine2` string
    - `state` string
    - `city` string
    - `country` string
    - `postCode` string
  - `email` string
  - `additionalEmail` string
  - `phoneNumberDialCountry` string
  - `phoneNumberDialCode` string
  - `phoneNumber` string
  - `isMarketingConsentGiven` boolean
  - `createdOn` string
  - `status` string

---

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