Request
GET http://localhost:8080/api/restaurants
Content-Type: application/json
Authorization: Bearer {{access_token}}
JSON
복사
Response
200
GET http://localhost:8080/api/restaurants
{
"code": "RESTAURANT-RES001",
"message": "요청이 성공적으로 완료되었습니다.",
"information": [
{
"id": "ba2b8d48-6b65-4916-b485-67e658136c4e",
"name": "우진 해장국"
"categories": ["restaurant", "caffe"],
"address": "제주 시내"
"image": "/restaurants/image001.png",
"introduction": "'수요미식회'에 방영된, 따끈한 국물 요리로 해장하기 좋은 음식점"
},
...
]
}
JSON
복사
201
Shell
복사
400
JSON
복사
401
JSON
복사
403
JSON
복사
404
JSON
복사
409
JSON
복사