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
| Field | Type | Required | Notes |
|---|---|---|---|
storefrontId | integer | Yes | Storefront the caller owns (path) |
signalId | integer | Yes | Demand 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— thedemand-supply-signalsfeature is not enabled, or the caller does not own the storefront.
Related
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