v1

latestOpenAPI 3.1.02026-07-22142337.1 KB
공급자

공급자 조회

등록된 공급자(발행자) 정보와 인증서 상태를 조회합니다.

get/v1/suppliers/{supplierKey}

Path parameters

supplierKeystring required

공급자(발행자) 식별 키

Response

supplierKeystring required

공급자(발행자) 식별 키

identificationNumberstring required

하이픈(-) 없는 10자리 숫자. 패턴: ^\d{10}$

taxRegistrationIdstring

4자리 숫자, 0000 제외. 패턴: ^(?!0{4})\d{4}$

organizationNamestring required

상호명

representativeNamestring required

대표자명

Example response

{
  "identificationNumber": "1234567890",
  "taxRegistrationId": "0001"
}