Приложения
Приложение
Возвращает приложение по цифровому идентификатору.
get/applications/{app_id}
Path parameters
app_idinteger required
Цифровой идентификатор приложения.
Query parameters
include_client'true' | 'false'
Добавить в ответ объект клиента.
Response
Данные приложения.
Example response
{
"id": "1406",
"client_id": "1",
"dealer_id": "1",
"agent_id": "1",
"manager_id": "1",
"language": "ru",
"region": "RU",
"created": "2026-05-05T09:00:00+00:00",
"status": "started",
"pay_status": "paid",
"domain_status": "delegated",
"domain": "demo.smartofood.ru",
"client_domain": "demo.example.com",
"pay_type": "smartofood",
"pay_method": "card",
"paid_until": "2026-05-05",
"ssl_until": "2026-12-31",
"activation_date": "2026-05-05",
"stop_date": "2026-05-05",
"plan": "standard",
"cost_per_month": "100.00",
"percent_per_order": "3.00",
"plan_limits": {
"api": true,
"cities_limit": 1,
"copyright": true,
"delivery": true,
"domain": true,
"files_limit": 1000,
"loyalty": true,
"orders_limit": 1000,
"pickup": true,
"pos": true,
"promocodes": true,
"qr": true,
"shops_limit": 1,
"site": true,
"table": true,
"tables_limit": 10,
"zones": true
},
"Client": {
"id": "1",
"guid": "0ecfc650-9ad6-4c71-a196-7ca79ca1324d",
"dealer_id": "1",
"registred": "2026-05-05T09:00:00+00:00",
"electronic": "0.00",
"cashless": "0.00",
"name": "Smartofood Demo",
"email": "client@example.com",
"phone": "+7 922 046-55-00",
"timezone": "Europe/Moscow",
"inn": "5900000000",
"kpp": "590001001",
"is_active": true,
"available_balance": "100.00",
"total_balance": "100.00"
}
}