Перейти к основному содержанию
GET
/
v1
/
shop
/
warehouses
cURL
curl --request GET \
  --url https://api.example.com/v1/shop/warehouses/
[
  {
    "id": 123,
    "name": "<string>",
    "address": "<string>",
    "rental_point": 123,
    "deleted": true
  }
]

Ответ

200 - application/json
id
integer
обязательно
name
string
обязательно
Maximum string length: 255
address
string | null
rental_point
integer | null
deleted
boolean