Categories Lookup
GET
https://openapi.bunjang.co.kr/api/v1/categories
category
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.bunjang.co.kr/api/v1/categories'
Responses
🟢200Success
application/json
Body
data
array [object {4}]Â
required
id
stringÂ
required
Example:
310150
nameKor
stringÂ
required
Example:
바지
nameEng
stringÂ
required
Example:
Pants
iconUrl
stringÂ
optional
Example:
https://static.bunjang.co.kr/category_icons/2311/ic_category_women-pants.png
Example
{
"data": [
{
"id": "310150",
"nameKor": "바지",
"nameEng": "Pants",
"iconUrl": "https://static.bunjang.co.kr/category_icons/2311/ic_category_women-pants.png"
}
]
}
🟠401INVALID_AUTH_TOKEN
🟠400BAD_REQUEST
Modified at 2024-10-18 07:48:07