Skip to main content
GET /api/v2/storefront/storefronts/{storefrontId}/demand-signals/{signalId} Returns a single demand signal routed to the caller’s storefront, with the per-target row attached. Returns 404 NOT_FOUND if the signal is not routed to this storefront.

Request

curl

Parameters

FieldTypeRequiredNotes
storefrontIdintegerYesStorefront the caller owns (path)
signalIdintegerYesDemand signal identifier (path)

Response

targetingMode tells you how you were selected: DIRECT (the buyer named you), FILTERED (matched ≤5 candidates), or BROAD (>5). The target.bucket drives dispatch: LIVE, COMING_SOON, or NOT_ON_INTERCHANGE.

Errors

  • 404 NOT_FOUND — the signal is not routed to this storefront.
  • 403 FORBIDDEN — the demand-supply-signals feature is not enabled, or the caller does not own the storefront.
See Errors for the full error contract.

Demand signal tasks

All demand-signal operations

List demand signals

Filterable, paginated list

Test-fit demand signal

Preview the match before responding

Respond to demand signal

QUOTE, CLARIFY, DECLINE, or BOOK