카테고리 조회 API
Endpoint
[POST] API URL 정보
Request (Json)
Header
Field Name | Type | Required | Description |
---|---|---|---|
Content-type | String | Y | application/json |
HT-Client-Id | String | Y | 고객센터에서 발급 받은 key |
HT-Client-Secret | String | Y | 고객센터에서 발급 받은 token |
Body
Field Name | Type (Length) | Required | Description | Default |
---|---|---|---|---|
category_code | String | Y | 카테고리 코드 (단일 조회 (숫자 11자리) 또는 전체조회 (CATEGORY_ALL)) |
Example
REST API Sample
Response (Json)
Parameter
Field Name | Type | Description |
---|---|---|
code | String | 결과 코드 |
data | object | 조회 결과 |