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
| Name | Location | Required | Type | Description |
|---|---|---|---|---|
| id | path | Yes | string (uuid) |
Responses
| Status | Meaning |
|---|---|
| 200 | One visible Demand record. An identifier for a small observed or explicit cell returns the same 404 as a missing record. |
| 304 | The weak semantic ETag matches under weak comparison. Response has no body. |
| 400 | Invalid parameter or cursor |
| 401 | Missing or invalid scoped bearer token |
| 404 | Demand record does not exist |
| 409 | A full initial sync or reset is required before incremental pulls can continue. |
| 429 | Request limit reached |
| 503 | Partner Demand service is temporarily unavailable |