Метод для получения информация по городу (региону).
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
application/json {
"id": 1,
"name": "Москва",
"region_id": 1,
"region_name": "Москва и область",
"phone": "+7 (958) 697-77-10",
"email": "varlamovanapoleon@yandex.ru",
"default_shop": {
"id": 1,
"name": "Мосфильмовская 53",
"address": "Мосфильмовская улица, 53"
}
}
Modified at 2025-10-22 17:13:13