Skip to main content

Get Forecast Configuration

GET 

/api/inventory-forecasting/configurations/:configuration

Returns a single forecast configuration with created_by, updated_by, and pricing_tier relationships eager-loaded, plus the schedules_count of automation schedules referencing it. Authentication: Requires Bearer token.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Each configuration carries an is_default boolean: true when it is the calling user's default. The default is per user and per tenant, so the same configuration can be is_default: true for one user and false for another.

Request

Responses

OK

Response Headers
    Content-Type