---
title: "GET /billing-customer"
method: GET
path: "/billing-customer"
tags: ["BillingCustomerController"]
---

# GET /billing-customer

`GET /billing-customer`

| Permissions |
| ------- |
| 5324   |

## Response `200`

BillingCustomer model

- CustomerDto
  - `id` string
  - `firstName` string
  - `lastName` string
  - `email` string
  - `company` string
  - `phone` string
  - `billingAddress` AddressDto
    - `firstName` string
    - `lastName` string
    - `email` string, required
    - `company` string
    - `phone` string
    - `city` string, required
    - `state` string, required
    - `zip` string, required
    - `country` string, required
    - `options` object
  - `options` object

---

[API](https://skmtc.dev/sourcefuse/apis/subscription-service.md) · [All operations](https://skmtc.dev/sourcefuse/apis/subscription-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sourcefuse/subscription-service/revisions/8be17bf3acc3/schema)
