Skip to content
Venue Authority

For restaurant portfolios

Resolve and monitor regulator records across a location list.

Use Portfolio Proof for a bounded sample, then monitor canonical records through the authenticated API and watchlists.

Last reviewed: 2026-08-13

The recurring decision

Portfolio teams repeatedly decide whether location records still point to the same regulator facilities and whether a supported source has changed.

Why horizontal data falls short

Internal location files drift. Names change, addresses vary, and a place listing rarely preserves the regulator identifier needed to compare source snapshots.

What Venue Authority returns

Venue Authority resolves facility identity, stores metered evidence receipts, and tracks supported changes for canonical records added to a workspace watchlist.

Production-compatible API shape

The response shape provides the canonical regulator identity needed before a location enters a monitored watchlist.

curl -X POST https://venueauthority.com/api/v1/resolve \
  -H 'Authorization: Bearer YOUR_ONE_TIME_KEY' \
  -H 'X-Request-Id: onboarding-000001' \
  -H 'Content-Type: application/json' \
  --data '{"name":"REDACTED MERCHANT","address":"REDACTED STREET ADDRESS"}'
{
  "disposition": "accepted",
  "reason": "The name and address clear the corpus resolution policy.",
  "record": {
    "jurisdiction": "nyc",
    "sourceId": "REDACTED",
    "name": "REGULATOR-REPORTED NAME",
    "sourceUrl": "https://data.cityofnewyork.us/..."
  },
  "snapshot": {"manifestSha256":"...","schemaVersion":"runtime-corpus/v1"},
  "requestId": "onboarding-000001"
}

Questions buyers ask

Does Portfolio Proof return every matched record?

No. Portfolio Proof returns aggregate counts, reason groups, jurisdiction summaries, and up to ten regulator-only examples. Full records and evidence receipts require authenticated metered API requests.

Last updated: 2026-08-13

What changes can a watchlist report?

Venue Authority records supported source changes between validated snapshots. Missing records remain potentially removed unless the source contract supports a stronger status such as closure or reopening.

Last updated: 2026-08-13

Does monitoring consume prepaid units?

Current watchlists and signed customer webhooks do not consume units. Valid resolver requests, canonical facility requests, and new audit exports each consume one prepaid unit.

Last updated: 2026-08-13

Measure your own sample before choosing capacity.

Portfolio Proof uses the same resolver policy and returns bounded aggregate evidence without storing the uploaded CSV.

Run Portfolio Proof