BizHedge Docs
Partner APIEndpoint reference

Demand record

Read one published partner-safe Demand record by opaque identifier.

GET/api/partner/v1/demand/gaps/{id}

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
idpathYesstring (uuid)

Responses

StatusMeaning
200One visible Demand record. An identifier for a small observed or explicit cell returns the same 404 as a missing record.
304The weak semantic ETag matches under weak comparison. Response has no body.
400Invalid parameter or cursor
401Missing or invalid scoped bearer token
404Demand record does not exist
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