v4

latestOpenAPI 3.0.3Публичная офертаraw.githubusercontent.com2026-08-01392991.3 KB
Клиенты

Приложения клиента

Возвращает список приложений клиента.

get/clients/{client_id}/applications

Path parameters

client_idinteger required

Цифровой идентификатор клиента.

Query parameters

pageinteger

Номер страницы.

limitinteger

Количество записей на странице.

Response

Список приложений.

nextinteger

Номер следующей страницы, если есть продолжение списка.

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
}