APIHub
Back to Explore

Growth Services

Growth Services is a REST API that provides administrative operations for managing organizations, users, forecasting models, and planning levels, as well as a utility to transform data files into JSON format for downstream forecasting and analytics.

Analytics
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1755ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
POST

/lifecycle/one-to-one

Map from old product to new product to create artifical history

  • Token (header) — User Authentication Token
POST

/outlier

Get outlier

  • Token (header) — User Authentication Token
POST

/portfolio

ABCxyz Analysis

  • Token (header) — User Authentication Token
POST

/portfolio/abc

ABC Analysis

  • Token (header) — User Authentication Token
POST

/portfolio/file-to-portfolio

ABCxyz Analysis

  • Token (header) — User Authentication Token
POST

/inventory/ltd

Calculate lead time demand

  • Token (header) — User Authentication Token
POST

/inventory/moq

Calculate minimum order quantity

  • Token (header) — User Authentication Token
POST

/inventory/optimal-service-level

Calculate optimal service level

  • Token (header) — User Authentication Token
POST

/inventory/reorder-point

Re-order Point

  • Token (header) — User Authentication Token
POST

/inventory/safety-stock

Safety Stock

  • Token (header) — User Authentication Token
POST

/inventory/service-level

Calculate service level

  • Token (header) — User Authentication Token
POST

/inventory/turns

Calculate inventory turns

  • Token (header) — User Authentication Token
POST

/administration/model/{entityId}

Register new forecasting model

  • entityId (path, required)
  • Token (header) — User Authentication Token
POST

/administration/planning-level/lock

Lock planning level

  • Token (header) — User Authentication Token
POST

/lifecycle/many-to-one

Map from old product to new product to create artifical history

  • Token (header) — User Authentication Token
GET

/administration/entity

Get all organizations

  • Token (header) — User Authentication Token
POST

/administration/entity

Create organization

  • Token (header) — User Authentication Token
PUT

/administration/entity

Pause organization

  • Token (header) — User Authentication Token
DELETE

/administration/entity/{id}

Delete organization

  • id (path, required)
  • Token (header) — User Authentication Token
POST

/administration/file-to-json

Transform data file to JSON format

  • Token (header) — User Authentication Token
GET

/administration/model

Get all common Models

  • Token (header) — User Authentication Token
POST

/administration/model

Register new forecasting model

  • Token (header) — User Authentication Token
GET

/administration/model/{entityId}

Get Models for Organization

  • entityId (path, required)
  • Token (header) — User Authentication Token
DELETE

/administration/planning-level/{entityId}/{id}

Delete planning level

  • entityId (path, required)
  • id (path, required)
  • Token (header) — User Authentication Token
POST

/administration/token

Issue a token

  • Token (header) — User Authentication Token
POST

/administration/user

Create user

  • Token (header) — User Authentication Token
PUT

/administration/user

Update user

  • Token (header) — User Authentication Token
PUT

/administration/user/lock

Lock user

  • Token (header) — User Authentication Token
GET

/administration/user/{entityId}

Get all users

  • entityId (path, required)
  • Token (header) — User Authentication Token
DELETE

/administration/user/{entityId}/{id}

Delete user

  • entityId (path, required)
  • id (path, required)
  • Token (header) — User Authentication Token
POST

/forecast

Forecasts only, for faster results

  • Token (header) — User Authentication Token
POST

/forecast/AI

Forecast utilizing advanced machine learning models

  • Token (header) — User Authentication Token
POST

/forecast/AI/history-and-forecast

History and forecast utilizing advanced machine learning models

  • Token (header) — User Authentication Token
POST

/forecast/file-to-forecast

Forecast from file

  • Token (header) — User Authentication Token
POST

/forecast/forecast-bottom-up

Bottom up forecasting

  • Token (header) — User Authentication Token
POST

/forecast/forecast-top-down

Top down forecasting

  • Token (header) — User Authentication Token
POST

/forecast/full-detail

Full forecast result details, including error, trend seasonality and outlier

  • Token (header) — User Authentication Token
POST

/forecast/history-and-forecast

History and forecast for fast timeseries view

  • Token (header) — User Authentication Token
POST

/forecast/optimal-parameter

Get optimal parameter per method

  • Token (header) — User Authentication Token
POST

/forecast/rerun

Rerun previously uploaded planning level

  • Token (header) — User Authentication Token
GET

/forecast/result/{jobId}

Forecast result

  • jobId (path, required)
  • Token (header) — User Authentication Token
GET

/forecast/status/{jobId}

Forecast status

  • jobId (path, required)
  • Token (header) — User Authentication Token
GET

/hyperparameter

Get hyperparameters

  • Token (header) — User Authentication Token
POST

/hyperparameter

Set hyperparameters

  • Token (header) — User Authentication Token
POST

/inventory/amazon-ipi

Calculate Amazon Inventory Performance Index (IPI)

  • Token (header) — User Authentication Token
POST

/inventory/caryying-cost

Carrying Cost

  • Token (header) — User Authentication Token
POST

/inventory/eoq

Calculate economic order quantity

  • Token (header) — User Authentication Token
POST

/inventory/fill-rate

Calculate fill rate

  • Token (header) — User Authentication Token
POST

/inventory/financial-imapct-forecast-accuracy

Calculate financial impact of forecast accuracy

  • Token (header) — User Authentication Token
POST

/inventory/inventory-turnover

Inventroy Turn-over

  • Token (header) — User Authentication Token
POST

/portfolio/forecast-performance-rewind

Planning level rewind to calculate and measure performance potential (internal versus iCUE).

  • Token (header) — User Authentication Token
POST

/portfolio/xyz

xyz Analysis

  • Token (header) — User Authentication Token
POST

/pricing/bundle-pricing

Bundle pricing

  • Token (header) — User Authentication Token
POST

/pricing/competitive-pricing

  • Token (header) — User Authentication Token
POST

/pricing/cost-plus-pricing

  • Token (header) — User Authentication Token
POST

/pricing/decoy-pricing

  • Token (header) — User Authentication Token
POST

/pricing/odd-pricing

  • Token (header) — User Authentication Token
POST

/pricing/penetration-pricing

  • Token (header) — User Authentication Token
POST

/pricing/price-elasticity-of-demand

  • Token (header) — User Authentication Token
GET

/report/performance/sku-rationalization/{planningLevelId}

SKU rationalization report

  • planningLevelId (path, required)
  • Token (header) — User Authentication Token
GET

/report/performance/{planningLevelId}

Month over month performance per planning level

  • planningLevelId (path, required)
  • Token (header) — User Authentication Token
GET

/report/planning-level/organization

Get list of plannign levels by organization

  • Token (header) — User Authentication Token
GET

/report/planning-level/user

Get list of plannign levels by user

  • Token (header) — User Authentication Token
GET

/report/user

Get usage statistics per user

  • Token (header) — User Authentication Token

64 endpoints auto-detected

curl -X POST \
  "https://i-cue.solutions/lifecycle/one-to-one"

i-cue.solutions · HTTPS only