---
title: "빌링키 정보 단건조회 API"
method: GET
path: "/subscribe/customers/{customer_uid}"
tags: ["subscribe.customer"]
---

# 빌링키 정보 단건조회 API

`GET /subscribe/customers/{customer_uid}`

구매자의 빌링키 정보 조회

## Path parameters

- `customer_uid` string, required

## Response `200`

정상 조회 시, 일반 빌링키 조회는 CustomerResponse를 반환하며, 슈퍼 빌링키 조회는 SuperBillingKeyResponse를 반환합니다.

- object
  - `CustomerResponse` CustomerResponse — unresolved $ref
  - `SuperBillingKeyResponse` SuperBillingKeyResponse — unresolved $ref

## Other responses

- `401` — 인증 Token이 전달되지 않았거나 유효하지 않은 경우
- `404` — 유효하지 않은 customer_uid

---

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