Приложения
Список приложений
Возвращает постраничный список приложений.
get/applications
Query parameters
pageinteger
Номер страницы.
limitinteger
Количество записей на странице.
Response
Список приложений.
Example response
{
"applications": [
{
"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
}
}
],
"next": 2
}