BizHedge Docs
Partner APIEndpoint reference

Demand changes

Pull stable incremental changes after a completed snapshot.

GET/api/partner/v1/demand/changes

Date-window filters are intentionally unsupported because window membership is defined by the current public row snapshot. To change a date window, discard incremental state, fetch a new complete /gaps snapshot with from/to, and retain its terminal checkpoint. A 409 response likewise requires this full-resync recovery.

Requests require a dedicated bearer token in the Authorization header. This documentation does not execute requests or store credentials. Use the examples in a secure local shell.

Parameters

NameLocationRequiredTypeDescription
risk_typequeryNoinput_cost_energy, input_cost_food_ag, input_cost_metals_materials, input_cost_technology, ops_disruption_weather, demand_macro, demand_local_event, financing_rates, fx_import_export, promo_marketing, idiosyncratic_supplier, regulatory_policy_cost, equity_market, crypto_price, election_outcome, unmapped
evidence_classqueryNomodeled_gap, observed_gap, explicit_request
business_segmentqueryNofood_hospitality, retail, construction_trades, manufacturing, agriculture, transport_logistics, professional_services, technology_crypto, sports_promotion, other, unspecified
coarse_geographyqueryNous_national, us_northeast, us_south, us_midwest, us_west, non_us, multi_region, unspecified
page_sizequeryNointeger
cursorqueryNostringOpaque cursor returned by the same resource

Responses

StatusMeaning
200Stable incremental change page. Small observed and explicit cells produce no change item.
400Invalid parameter or cursor
401Missing or invalid scoped bearer token
409A full initial sync or reset is required before incremental pulls can continue.
429Request limit reached
503Partner Demand service is temporarily unavailable

Open the complete OpenAPI 3.1 contract