{"openapi":"3.1.0","jsonSchemaDialect":"https://json-schema.org/draft/2020-12/schema","info":{"title":"NexIP REST API","version":"2.9.0","description":"REST API NexIP для сетевой диагностики, мониторинга, отчётов, SEO-аудитов, сравнений, уведомлений и управления собственной подпиской. API version: v1.","contact":{"url":"https://nexip.ru/api"}},"servers":[{"url":"https://nexip.ru","description":"NexIP production"}],"tags":[{"name":"System","description":"Состояние REST API."},{"name":"Tools","description":"Диагностические инструменты NexIP."},{"name":"Monitoring","description":"Мониторы, проверки и инциденты."},{"name":"Notifications","description":"Уведомления и настройки доставки."},{"name":"Billing","description":"Тариф, подписка и платежи пользователя."},{"name":"Reports","description":"Создание и управление отчётами."},{"name":"SEO Audit","description":"Полные SEO-аудиты сайтов."},{"name":"Comparisons","description":"Сравнение сайтов и метрик."},{"name":"Public Entities","description":"Публичные данные IP, доменов и сайтов."}],"paths":{"/api/v1/status":{"get":{"tags":["System"],"operationId":"getApiStatus","summary":"Состояние API","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[],"x-nexip-rate-limited":true}},"/api/v1/tools/{slug}":{"post":{"tags":["Tools"],"operationId":"runTool","summary":"Запустить диагностический инструмент","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Slug"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ToolRequest"}}}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]},[]],"x-nexip-guest-access":"server-configured","x-nexip-scope":"tools.run","x-nexip-capability":"api_access","x-nexip-rate-limited":true}},"/api/v1/monitors":{"get":{"tags":["Monitoring"],"operationId":"listMonitors","summary":"Список мониторов","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"monitors.read","x-nexip-capability":"monitor_api","x-nexip-rate-limited":true},"post":{"tags":["Monitoring"],"operationId":"createMonitor","summary":"Создать монитор","responses":{"201":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonitorInput"}}}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"monitors.create","x-nexip-capability":"monitor_api","x-nexip-rate-limited":true}},"/api/v1/monitors/{id}":{"get":{"tags":["Monitoring"],"operationId":"getMonitor","summary":"Получить монитор","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"monitors.read","x-nexip-capability":"monitor_api","x-nexip-rate-limited":true},"patch":{"tags":["Monitoring"],"operationId":"updateMonitor","summary":"Изменить монитор","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MonitorInput"}}}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"monitors.update","x-nexip-capability":"monitor_api","x-nexip-rate-limited":true},"delete":{"tags":["Monitoring"],"operationId":"deleteMonitor","summary":"Удалить монитор","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"monitors.delete","x-nexip-capability":"monitor_api","x-nexip-rate-limited":true}},"/api/v1/monitors/{id}/check":{"post":{"tags":["Monitoring"],"operationId":"runMonitorCheck","summary":"Запустить ручную проверку","responses":{"202":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"monitors.check","x-nexip-capability":"monitor_api","x-nexip-rate-limited":true}},"/api/v1/monitors/{id}/checks":{"get":{"tags":["Monitoring"],"operationId":"listMonitorChecks","summary":"История проверок","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"monitors.read","x-nexip-capability":"monitor_api","x-nexip-rate-limited":true}},"/api/v1/monitors/{id}/incidents":{"get":{"tags":["Monitoring"],"operationId":"listMonitorIncidents","summary":"Инциденты монитора","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"monitors.read","x-nexip-capability":"monitor_api","x-nexip-rate-limited":true}},"/api/v1/notifications":{"get":{"tags":["Notifications"],"operationId":"listNotifications","summary":"Список уведомлений","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"notifications.read","x-nexip-capability":"notifications","x-nexip-rate-limited":true}},"/api/v1/notifications/{id}":{"get":{"tags":["Notifications"],"operationId":"getNotification","summary":"Получить уведомление","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"notifications.read","x-nexip-capability":"notifications","x-nexip-rate-limited":true}},"/api/v1/notifications/{id}/read":{"post":{"tags":["Notifications"],"operationId":"markNotificationRead","summary":"Отметить уведомление прочитанным","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"notifications.write","x-nexip-capability":"notifications","x-nexip-rate-limited":true}},"/api/v1/notifications/read-all":{"post":{"tags":["Notifications"],"operationId":"markAllNotificationsRead","summary":"Отметить все уведомления прочитанными","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"notifications.write","x-nexip-capability":"notifications","x-nexip-rate-limited":true}},"/api/v1/notification-channels":{"get":{"tags":["Notifications"],"operationId":"listNotificationChannels","summary":"Каналы уведомлений","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"notifications.read","x-nexip-capability":"notifications","x-nexip-rate-limited":true}},"/api/v1/notification-preferences":{"patch":{"tags":["Notifications"],"operationId":"updateNotificationPreferences","summary":"Изменить настройки уведомлений","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NotificationPreferencesInput"}}}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"notifications.write","x-nexip-capability":"notifications","x-nexip-rate-limited":true}},"/api/v1/notification-deliveries":{"get":{"tags":["Notifications"],"operationId":"listNotificationDeliveries","summary":"История доставки уведомлений","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"notifications.read","x-nexip-capability":"notifications","x-nexip-rate-limited":true}},"/api/v1/billing/plans":{"get":{"tags":["Billing"],"operationId":"getBillingPlans","summary":"Тарифы","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"billing.read","x-nexip-capability":"billing","x-nexip-rate-limited":true}},"/api/v1/billing/providers":{"get":{"tags":["Billing"],"operationId":"getBillingProviders","summary":"Платёжные провайдеры","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"billing.read","x-nexip-capability":"billing","x-nexip-rate-limited":true}},"/api/v1/billing/payment-methods":{"get":{"tags":["Billing"],"operationId":"getPaymentMethods","summary":"Способы оплаты","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"billing.read","x-nexip-capability":"billing","x-nexip-rate-limited":true}},"/api/v1/billing/subscription":{"get":{"tags":["Billing"],"operationId":"getSubscription","summary":"Текущая подписка","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"billing.read","x-nexip-capability":"billing","x-nexip-rate-limited":true}},"/api/v1/billing/orders":{"get":{"tags":["Billing"],"operationId":"listBillingOrders","summary":"Заказы пользователя","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"billing.read","x-nexip-capability":"billing","x-nexip-rate-limited":true}},"/api/v1/billing/orders/{publicId}":{"get":{"tags":["Billing"],"operationId":"getBillingOrder","summary":"Получить заказ","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"billing.read","x-nexip-capability":"billing","x-nexip-rate-limited":true}},"/api/v1/billing/checkout":{"post":{"tags":["Billing"],"operationId":"createCheckout","summary":"Создать оплату","responses":{"201":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CheckoutInput"}}}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"billing.write","x-nexip-capability":"billing","x-nexip-rate-limited":true}},"/api/v1/billing/subscription/cancel":{"post":{"tags":["Billing"],"operationId":"cancelSubscription","summary":"Отключить автопродление подписки","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"billing.write","x-nexip-capability":"billing","x-nexip-rate-limited":true}},"/api/v1/billing/subscription/resume":{"post":{"tags":["Billing"],"operationId":"resumeSubscription","summary":"Возобновить подписку","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"billing.write","x-nexip-capability":"billing","x-nexip-rate-limited":true}},"/api/v1/reports":{"get":{"tags":["Reports"],"operationId":"listReports","summary":"Список отчётов","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"reports.read","x-nexip-capability":"reports","x-nexip-rate-limited":true},"post":{"tags":["Reports"],"operationId":"createReport","summary":"Создать отчёт","responses":{"202":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReportInput"}}}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"reports.create","x-nexip-capability":"reports","x-nexip-rate-limited":true}},"/api/v1/reports/{publicId}":{"get":{"tags":["Reports"],"operationId":"getReport","summary":"Получить отчёт","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"reports.read","x-nexip-capability":"reports","x-nexip-rate-limited":true},"delete":{"tags":["Reports"],"operationId":"deleteReport","summary":"Удалить отчёт","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"reports.delete","x-nexip-capability":"reports","x-nexip-rate-limited":true}},"/api/v1/reports/{publicId}/retry":{"post":{"tags":["Reports"],"operationId":"retryReport","summary":"Повторить создание отчёта","responses":{"202":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"reports.create","x-nexip-capability":"reports","x-nexip-rate-limited":true}},"/api/v1/reports/{publicId}/share":{"post":{"tags":["Reports"],"operationId":"shareReport","summary":"Опубликовать отчёт","responses":{"201":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericObject"}}}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"reports.share","x-nexip-capability":"reports","x-nexip-rate-limited":true}},"/api/v1/reports/{publicId}/send":{"post":{"tags":["Reports"],"operationId":"sendReport","summary":"Отправить отчёт","responses":{"202":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericObject"}}}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"reports.send","x-nexip-capability":"reports","x-nexip-rate-limited":true}},"/api/v1/reports/{publicId}/download/{format}":{"get":{"tags":["Reports"],"operationId":"downloadReport","summary":"Скачать готовый файл отчёта","responses":{"200":{"description":"Файл","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"},{"$ref":"#/components/parameters/Format"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"reports.read","x-nexip-capability":"reports","x-nexip-rate-limited":true}},"/api/v1/report-templates":{"get":{"tags":["Reports"],"operationId":"listReportTemplates","summary":"Шаблоны отчётов","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"reports.read","x-nexip-capability":"reports","x-nexip-rate-limited":true}},"/api/v1/report-schedules":{"get":{"tags":["Reports"],"operationId":"listReportSchedules","summary":"Расписания отчётов","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"reports.read","x-nexip-capability":"reports","x-nexip-rate-limited":true},"post":{"tags":["Reports"],"operationId":"createReportSchedule","summary":"Создать расписание отчёта","responses":{"201":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericObject"}}}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"reports.create","x-nexip-capability":"reports","x-nexip-rate-limited":true}},"/api/v1/seo-audits":{"get":{"tags":["SEO Audit"],"operationId":"listSeoAudits","summary":"Список SEO-аудитов","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Page"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"seo-audits.read","x-nexip-capability":"seo_audits","x-nexip-rate-limited":true},"post":{"tags":["SEO Audit"],"operationId":"createSeoAudit","summary":"Создать SEO-аудит","responses":{"202":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeoAuditInput"}}}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"seo-audits.create","x-nexip-capability":"seo_audits","parameters":[{"name":"Idempotency-Key","in":"header","required":false,"schema":{"type":"string","maxLength":255},"description":"Ключ идемпотентности для безопасного повтора запроса."}],"x-nexip-rate-limited":true}},"/api/v1/seo-audits/{publicId}":{"get":{"tags":["SEO Audit"],"operationId":"getSeoAudit","summary":"Получить SEO-аудит","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"seo-audits.read","x-nexip-capability":"seo_audits","x-nexip-rate-limited":true},"delete":{"tags":["SEO Audit"],"operationId":"deleteSeoAudit","summary":"Удалить SEO-аудит","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"seo-audits.delete","x-nexip-capability":"seo_audits","x-nexip-rate-limited":true}},"/api/v1/seo-audits/{publicId}/cancel":{"post":{"tags":["SEO Audit"],"operationId":"cancelSeoAudit","summary":"Отменить SEO-аудит","responses":{"202":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"seo-audits.update","x-nexip-capability":"seo_audits","x-nexip-rate-limited":true}},"/api/v1/seo-audits/{publicId}/retry":{"post":{"tags":["SEO Audit"],"operationId":"retrySeoAudit","summary":"Повторить SEO-аудит","responses":{"202":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"seo-audits.update","x-nexip-capability":"seo_audits","x-nexip-rate-limited":true}},"/api/v1/seo-audits/{publicId}/pages":{"get":{"tags":["SEO Audit"],"operationId":"listSeoAuditPages","summary":"Страницы SEO-аудита","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"},{"$ref":"#/components/parameters/Page"},{"$ref":"#/components/parameters/PerPage"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"seo-audits.read","x-nexip-capability":"seo_audits","x-nexip-rate-limited":true}},"/api/v1/seo-audits/{publicId}/issues":{"get":{"tags":["SEO Audit"],"operationId":"listSeoAuditIssues","summary":"Проблемы SEO-аудита","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"},{"$ref":"#/components/parameters/Page"},{"$ref":"#/components/parameters/PerPage"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"seo-audits.read","x-nexip-capability":"seo_audits","x-nexip-rate-limited":true}},"/api/v1/seo-audits/{publicId}/links":{"get":{"tags":["SEO Audit"],"operationId":"listSeoAuditLinks","summary":"Ссылки SEO-аудита","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"},{"$ref":"#/components/parameters/Page"},{"$ref":"#/components/parameters/PerPage"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"seo-audits.read","x-nexip-capability":"seo_audits","x-nexip-rate-limited":true}},"/api/v1/seo-audits/{publicId}/export/{format}":{"get":{"tags":["SEO Audit"],"operationId":"exportSeoAudit","summary":"Экспортировать SEO-аудит","responses":{"200":{"description":"Файл","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"},{"$ref":"#/components/parameters/Format"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"seo-audits.export","x-nexip-capability":"seo_audits","x-nexip-rate-limited":true}},"/api/v1/seo-audits/{publicId}/compare":{"post":{"tags":["SEO Audit"],"operationId":"compareSeoAudits","summary":"Сравнить два SEO-аудита","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/PublicId"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComparisonPreviousInput"}}}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"seo-audits.read","x-nexip-capability":"seo_audits","x-nexip-rate-limited":true}},"/api/v1/comparisons":{"get":{"tags":["Comparisons"],"operationId":"listComparisons","summary":"Список сравнений","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"comparisons.read","x-nexip-capability":"comparisons","x-nexip-rate-limited":true},"post":{"tags":["Comparisons"],"operationId":"createComparison","summary":"Создать сравнение","responses":{"202":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ComparisonInput"}}}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"comparisons.create","x-nexip-capability":"comparisons","parameters":[{"name":"Idempotency-Key","in":"header","required":false,"schema":{"type":"string","maxLength":255},"description":"Ключ идемпотентности для безопасного повтора запроса."}],"x-nexip-rate-limited":true}},"/api/v1/comparisons/{id}":{"get":{"tags":["Comparisons"],"operationId":"getComparison","summary":"Получить сравнение","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"comparisons.read","x-nexip-capability":"comparisons","x-nexip-rate-limited":true},"delete":{"tags":["Comparisons"],"operationId":"deleteComparison","summary":"Удалить сравнение","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"comparisons.delete","x-nexip-capability":"comparisons","x-nexip-rate-limited":true}},"/api/v1/comparisons/{id}/retry":{"post":{"tags":["Comparisons"],"operationId":"retryComparison","summary":"Повторить сравнение","responses":{"202":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"comparisons.update","x-nexip-capability":"comparisons","x-nexip-rate-limited":true}},"/api/v1/comparisons/{id}/run":{"post":{"tags":["Comparisons"],"operationId":"runComparison","summary":"Запустить сравнение","responses":{"202":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"comparisons.update","x-nexip-capability":"comparisons","x-nexip-rate-limited":true}},"/api/v1/comparisons/{id}/metrics":{"get":{"tags":["Comparisons"],"operationId":"getComparisonMetrics","summary":"Metrics сравнения","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"comparisons.read","x-nexip-capability":"comparisons","x-nexip-rate-limited":true}},"/api/v1/comparisons/{id}/insights":{"get":{"tags":["Comparisons"],"operationId":"getComparisonInsights","summary":"Insights сравнения","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"comparisons.read","x-nexip-capability":"comparisons","x-nexip-rate-limited":true}},"/api/v1/comparisons/{id}/history":{"get":{"tags":["Comparisons"],"operationId":"getComparisonHistory","summary":"History сравнения","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"comparisons.read","x-nexip-capability":"comparisons","x-nexip-rate-limited":true}},"/api/v1/comparisons/{id}/export/{format}":{"get":{"tags":["Comparisons"],"operationId":"exportComparison","summary":"Экспортировать сравнение","responses":{"200":{"description":"Файл","content":{"application/octet-stream":{"schema":{"type":"string","format":"binary"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"},{"$ref":"#/components/parameters/Format"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"comparisons.export","x-nexip-capability":"comparisons","x-nexip-rate-limited":true}},"/api/v1/comparisons/{id}/share":{"post":{"tags":["Comparisons"],"operationId":"shareComparison","summary":"Создать отчёт по сравнению","responses":{"202":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"comparisons.share","x-nexip-capability":"comparisons","x-nexip-rate-limited":true}},"/api/v1/public/ip/{value}":{"get":{"tags":["Public Entities"],"operationId":"getPublicIp","summary":"Публичные данные: ip","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Value"}],"security":[],"x-nexip-rate-limited":true}},"/api/v1/public/domain/{value}":{"get":{"tags":["Public Entities"],"operationId":"getPublicDomain","summary":"Публичные данные: domain","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Value"}],"security":[],"x-nexip-rate-limited":true}},"/api/v1/public/site/{value}":{"get":{"tags":["Public Entities"],"operationId":"getPublicSite","summary":"Публичные данные: site","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Value"}],"security":[],"x-nexip-rate-limited":true}},"/api/v1/public/entities/{id}/status":{"get":{"tags":["Public Entities"],"operationId":"getPublicEntityStatus","summary":"Статус публичной сущности","responses":{"200":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"parameters":[{"$ref":"#/components/parameters/Id"}],"security":[],"x-nexip-rate-limited":true}},"/api/v1/public/entities/refresh":{"post":{"tags":["Public Entities"],"operationId":"refreshPublicEntity","summary":"Поставить публичную сущность на обновление","responses":{"202":{"description":"Успешный ответ","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenericSuccess"}}}},"400":{"$ref":"#/components/responses/BadRequest"},"401":{"$ref":"#/components/responses/Unauthorized"},"403":{"$ref":"#/components/responses/Forbidden"},"404":{"$ref":"#/components/responses/NotFound"},"409":{"$ref":"#/components/responses/Conflict"},"422":{"$ref":"#/components/responses/ValidationError"},"429":{"$ref":"#/components/responses/RateLimited"},"503":{"$ref":"#/components/responses/Unavailable"}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EntityRefreshInput"}}}},"security":[{"BearerAuth":[]},{"ApiKeyHeader":[]}],"x-nexip-scope":"public-entities.write","x-nexip-capability":"public_entities","x-nexip-rate-limited":true}}},"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"NexIP API Key","description":"Предпочтительный вариант: Authorization: Bearer nxp_live_..."},"ApiKeyHeader":{"type":"apiKey","in":"header","name":"X-API-Key","description":"Совместимый вариант передачи API-ключа."}},"parameters":{"Id":{"name":"id","in":"path","required":true,"schema":{"type":"string"}},"PublicId":{"name":"publicId","in":"path","required":true,"schema":{"type":"string"}},"Format":{"name":"format","in":"path","required":true,"schema":{"type":"string"}},"Value":{"name":"value","in":"path","required":true,"schema":{"type":"string"}},"Slug":{"name":"slug","in":"path","required":true,"schema":{"type":"string"}},"Page":{"name":"page","in":"query","required":false,"schema":{"type":"integer","minimum":1,"default":1}},"PerPage":{"name":"per_page","in":"query","required":false,"schema":{"type":"integer","minimum":1}}},"headers":{"RateLimitLimit":{"description":"Эффективный лимит запросов.","schema":{"type":"integer","minimum":0}},"RateLimitRemaining":{"description":"Оставшееся число запросов в текущем окне.","schema":{"type":"integer","minimum":0}},"RateLimitReset":{"description":"Момент сброса текущего окна.","schema":{"type":["string","integer"]}},"RetryAfter":{"description":"Через сколько можно повторить запрос.","schema":{"type":["string","integer"]}},"RequestId":{"description":"Уникальный идентификатор запроса.","schema":{"type":"string"}}},"schemas":{"ApiError":{"type":"object","required":["code","message"],"properties":{"code":{"type":"string","examples":["api_key_required","scope_denied","rate_limit_exceeded"]},"message":{"type":"string"},"details":{"type":"object","additionalProperties":true}}},"ApiMeta":{"type":"object","properties":{"request_id":{"type":"string"},"api_version":{"type":"string","const":"v1"},"plan":{"type":"string"},"rate_limit":{"type":"object","additionalProperties":true}}},"ErrorEnvelope":{"type":"object","required":["ok","error"],"properties":{"ok":{"type":"boolean","const":false},"error":{"$ref":"#/components/schemas/ApiError"},"meta":{"$ref":"#/components/schemas/ApiMeta"}}},"GenericSuccess":{"type":"object","required":["ok"],"properties":{"ok":{"type":"boolean","const":true},"data":{"type":["object","array","null"]},"meta":{"$ref":"#/components/schemas/ApiMeta"}},"additionalProperties":true},"GenericObject":{"type":"object","additionalProperties":true},"ToolRequest":{"type":"object","description":"Входные данные выбранного инструмента. Набор полей зависит от slug.","additionalProperties":true},"MonitorInput":{"type":"object","additionalProperties":true},"ReportInput":{"type":"object","additionalProperties":true},"SeoAuditInput":{"type":"object","additionalProperties":true},"ComparisonInput":{"type":"object","additionalProperties":true},"EntityRefreshInput":{"type":"object","required":["type","value"],"properties":{"type":{"type":"string","enum":["ip","domain","site"]},"value":{"type":"string"}}},"CheckoutInput":{"type":"object","additionalProperties":true},"NotificationPreferencesInput":{"type":"object","properties":{"preferences":{"type":"object","additionalProperties":true},"quiet_hours":{"type":"object","additionalProperties":true}}},"ComparisonPreviousInput":{"type":"object","required":["previous_public_id"],"properties":{"previous_public_id":{"type":"string"}}}},"responses":{"BadRequest":{"description":"Некорректный запрос","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"Unauthorized":{"description":"API-ключ отсутствует или недействителен","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"Forbidden":{"description":"Недостаточно прав или ограничение тарифа","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"NotFound":{"description":"Ресурс не найден","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"Conflict":{"description":"Конфликт состояния","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"ValidationError":{"description":"Ошибка валидации","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"RateLimited":{"description":"Превышен лимит запросов","headers":{"Retry-After":{"$ref":"#/components/headers/RetryAfter"}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}},"Unavailable":{"description":"Сервис временно недоступен","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorEnvelope"}}}}}},"x-nexip-api-version":"v1","x-nexip-scope-registry":{"tools.run":{"title":"Запуск инструментов","description":"Запуск диагностических инструментов NexIP.","capability":"api_access"},"monitors.read":{"title":"Просмотр мониторов","description":"Просмотр мониторов, проверок и инцидентов.","capability":"monitor_api"},"monitors.create":{"title":"Создание мониторов","description":"Создание новых мониторов.","capability":"monitor_api"},"monitors.update":{"title":"Изменение мониторов","description":"Изменение настроек существующих мониторов.","capability":"monitor_api"},"monitors.delete":{"title":"Удаление мониторов","description":"Удаление мониторов и связанных данных.","capability":"monitor_api"},"monitors.check":{"title":"Ручная проверка монитора","description":"Запуск ручной проверки существующего монитора.","capability":"monitor_api"},"reports.read":{"title":"Просмотр отчётов","description":"Просмотр созданных отчётов и их состояния.","capability":"reports"},"reports.create":{"title":"Создание отчётов","description":"Создание отчётов в рамках возможностей тарифа.","capability":"reports"},"reports.delete":{"title":"Удаление отчётов","description":"Удаление пользовательских отчётов.","capability":"reports"},"reports.export":{"title":"Экспорт отчётов","description":"Получение доступных тарифу форматов отчётов.","capability":"reports"},"reports.share":{"title":"Публикация отчётов","description":"Создание публичной ссылки на отчёт.","capability":"reports"},"reports.send":{"title":"Отправка отчётов","description":"Отправка отчётов через разрешённые каналы.","capability":"reports"},"seo-audits.read":{"title":"Просмотр SEO-аудитов","description":"Просмотр SEO-аудитов и результатов.","capability":"seo_audits"},"seo-audits.create":{"title":"Запуск SEO-аудитов","description":"Создание SEO-аудитов в пределах тарифа.","capability":"seo_audits"},"seo-audits.update":{"title":"Управление SEO-аудитами","description":"Изменение и повторный запуск SEO-аудитов.","capability":"seo_audits"},"seo-audits.delete":{"title":"Удаление SEO-аудитов","description":"Удаление SEO-аудитов.","capability":"seo_audits"},"seo-audits.export":{"title":"Экспорт SEO-аудитов","description":"Экспорт результатов SEO-аудита в доступном тарифу формате.","capability":"seo_audits"},"comparisons.read":{"title":"Просмотр сравнений","description":"Просмотр сравнений сайтов и результатов.","capability":"comparisons"},"comparisons.create":{"title":"Создание сравнений","description":"Создание сравнений в рамках тарифных лимитов.","capability":"comparisons"},"comparisons.update":{"title":"Управление сравнениями","description":"Изменение, повторный запуск и управление сравнениями.","capability":"comparisons"},"comparisons.delete":{"title":"Удаление сравнений","description":"Удаление пользовательских сравнений.","capability":"comparisons"},"comparisons.export":{"title":"Экспорт сравнений","description":"Экспорт результатов сравнения в доступном тарифу формате.","capability":"comparisons"},"comparisons.share":{"title":"Публикация сравнений","description":"Создание отчёта или публичного представления сравнения.","capability":"comparisons"},"public-entities.read":{"title":"Чтение публичных сущностей","description":"Получение публичных данных NexIP.","capability":"public_entities"},"public-entities.write":{"title":"Управление публичными сущностями","description":"Создание и изменение доступных публичных сущностей.","capability":"public_entities"},"notifications.read":{"title":"Просмотр уведомлений","description":"Просмотр уведомлений и настроек доставки.","capability":"notifications"},"notifications.write":{"title":"Управление уведомлениями","description":"Изменение уведомлений и каналов в рамках тарифа.","capability":"notifications"},"billing.read":{"title":"Просмотр биллинга","description":"Просмотр тарифа, подписки и доступных способов оплаты.","capability":"billing"},"billing.write":{"title":"Управление биллингом","description":"Создание оплаты и управление собственной подпиской.","capability":"billing"},"mcp.use":{"title":"NexIP MCP","description":"Использование NexIP через MCP-клиенты и AI-агентов.","capability":"mcp"}},"x-nexip-auth":{"preferred":"bearer","compatible":["x-api-key"]},"x-nexip-admin-api-included":false}