Products
Check per-furnisher field coverage before running a query
POST
Soft check: per-furnisher field coverage for a product and profile
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Networks to query across; the single policy is applied to all of them.
Minimum array length:
1Product to coverage-check.
Querying policy applied across every network in network_ids. If omitted, each network's default policy is used.
Optional furnishing-entity scope. When omitted or empty, data from all furnishers is considered.
Consent token — system resolves identity.
Consumer profile primary key (Consumer.id).
Business profile primary key (Business.id).
Previous
Create a querying policy for a (product, network) pair.Create a new querying policy for a (product, network) pair.
The ``(network_id, product_id)`` pair is resolved server-side to its
network-product association (auto-creating it if missing). Per-model
and per-field selections for the policy are authored separately via
``PUT /networks/policies/querying/{policy_id}/configuration``.
Next
Soft check: per-furnisher field coverage for a product and profile