{"info":{"_postman_id":"01337d96-a372-4959-ae58-9dfd8acc2206","name":"Venue Authority API","description":"<html><head></head><body><p>Verify food-service facilities against supported US regulator records and keep source-linked evidence receipts. Watchlist and webhook operations are documented for supported workspaces. Paid monitoring expansion is not available yet. Check current availability on the status and pricing pages.</p>\n<p>Before creating an account, inspect a fixed accepted and rejected example at <a href=\"https://venueauthority.com/portfolio-proof#example-report\">https://venueauthority.com/portfolio-proof#example-report</a>. The example does not upload a file or use an evaluation allowance.</p>\n<p>Start with Coverage. It returns a 200 response without an API key. To test the authenticated requests, create a verified workspace at <a href=\"https://venueauthority.com/sign-up\">https://venueauthority.com/sign-up</a>, issue a complimentary 25-unit test key at <a href=\"https://venueauthority.com/dashboard/keys\">https://venueauthority.com/dashboard/keys</a>, and paste its one-time value into the apiKey collection variable.</p>\n<p>A valid resolution, canonical facility request, or new audit export consumes one prepaid unit. Policy rejections also consume one unit. Malformed input, authentication failures, unavailable serving state, source-rights failures, and exact replays do not consume another unit.</p>\n<p>Documentation: <a href=\"https://venueauthority.com/developers\">https://venueauthority.com/developers</a>\nCoverage: <a href=\"https://venueauthority.com/coverage\">https://venueauthority.com/coverage</a>\nStatus: <a href=\"https://venueauthority.com/status\">https://venueauthority.com/status</a>\nPricing: <a href=\"https://venueauthority.com/pricing\">https://venueauthority.com/pricing</a>\nSupport: <a href=\"https://venueauthority.com/support\">https://venueauthority.com/support</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"57620096","collectionId":"01337d96-a372-4959-ae58-9dfd8acc2206","publishedId":"2sBYArVYPE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-08-21T13:53:57.000Z"},"item":[{"name":"Coverage","id":"45abb461-65b9-4c7c-87fc-ada39f0b24d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://venueauthority.com/api/v1/coverage","description":"<p>Start here. Read the current source, jurisdiction, and freshness boundary without an API key or unit charge.</p>\n","urlObject":{"path":["api","v1","coverage"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"45abb461-65b9-4c7c-87fc-ada39f0b24d1"},{"name":"Resolve facility","id":"c459e04f-3896-4857-b8bf-5ea370666ea9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"},{"key":"X-Request-Id","value":"postman-resolve-000001"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"YOAN MING GARDEN\",\n  \"address\": \"1407 MADISON AVENUE, NEW YORK, NY 10029\"\n}","options":{"raw":{"language":"json"}}},"url":"https://venueauthority.com/api/v1/resolve","description":"<p>Match a merchant name and street address to one supported regulator record. Replace the example when you are ready to test your own merchant.</p>\n","urlObject":{"path":["api","v1","resolve"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c459e04f-3896-4857-b8bf-5ea370666ea9"},{"name":"Get canonical facility","id":"377e3830-326c-43a0-b432-db5d08b7b8c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"},{"key":"X-Request-Id","value":"postman-facility-000001"}],"url":"https://venueauthority.com/api/v1/facilities/nyc:50069801","description":"<p>Retrieve the current canonical facility record and its available source evidence. Set facilityId from an accepted resolver response.</p>\n","urlObject":{"path":["api","v1","facilities","nyc:50069801"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"377e3830-326c-43a0-b432-db5d08b7b8c1"},{"name":"List portfolios","id":"98d501b7-b050-4138-bb89-2edd568111a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"}],"url":"https://venueauthority.com/api/v1/portfolios","urlObject":{"path":["api","v1","portfolios"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"98d501b7-b050-4138-bb89-2edd568111a8"},{"name":"Create portfolio","id":"6e3f2f7b-79e5-4c27-9152-2576b72a9d93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Merchant watchlist\"\n}"},"url":"https://venueauthority.com/api/v1/portfolios","urlObject":{"path":["api","v1","portfolios"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e3f2f7b-79e5-4c27-9152-2576b72a9d93"},{"name":"List portfolio items","id":"e772e6b8-c93a-4a1c-b3e1-2695e3b7a295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"}],"url":"https://venueauthority.com/api/v1/portfolios/PORTFOLIO_UUID/items","urlObject":{"path":["api","v1","portfolios","PORTFOLIO_UUID","items"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e772e6b8-c93a-4a1c-b3e1-2695e3b7a295"},{"name":"Add portfolio item","id":"dcfd2d3f-9677-45ec-99a1-33f8b01492e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"jurisdiction\": \"nyc\",\n  \"sourceId\": \"SOURCE_ID_FROM_RESOLVER\"\n}"},"url":"https://venueauthority.com/api/v1/portfolios/PORTFOLIO_UUID/items","urlObject":{"path":["api","v1","portfolios","PORTFOLIO_UUID","items"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcfd2d3f-9677-45ec-99a1-33f8b01492e0"},{"name":"Delete portfolio item","id":"7daceb7f-8e4c-4720-8839-98fa7284deda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"}],"url":"https://venueauthority.com/api/v1/portfolios/PORTFOLIO_UUID/items/ITEM_UUID","urlObject":{"path":["api","v1","portfolios","PORTFOLIO_UUID","items","ITEM_UUID"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7daceb7f-8e4c-4720-8839-98fa7284deda"},{"name":"List portfolio events","id":"99da7ab3-be79-45b1-b8df-39b44ce27884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"}],"url":"https://venueauthority.com/api/v1/portfolios/PORTFOLIO_UUID/events","urlObject":{"path":["api","v1","portfolios","PORTFOLIO_UUID","events"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"99da7ab3-be79-45b1-b8df-39b44ce27884"},{"name":"List webhooks","id":"19ec7564-c174-4ac2-96f7-c3f91613d754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"}],"url":"https://venueauthority.com/api/v1/webhooks","urlObject":{"path":["api","v1","webhooks"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"19ec7564-c174-4ac2-96f7-c3f91613d754"},{"name":"Create webhook","id":"a5c3bd05-29fc-4c77-bcaa-c2f7d7242de6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"url\": \"https://example.com/venue-authority\"\n}"},"url":"https://venueauthority.com/api/v1/webhooks","urlObject":{"path":["api","v1","webhooks"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5c3bd05-29fc-4c77-bcaa-c2f7d7242de6"},{"name":"Delete webhook","id":"777e9f12-9308-4834-a5d4-37f8d9d3704a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"}],"url":"https://venueauthority.com/api/v1/webhooks/WEBHOOK_UUID","urlObject":{"path":["api","v1","webhooks","WEBHOOK_UUID"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"777e9f12-9308-4834-a5d4-37f8d9d3704a"},{"name":"List webhook deliveries","id":"a0fc3ba1-b6d1-4758-8ecd-f1af0dc1e4dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"}],"url":"https://venueauthority.com/api/v1/webhooks/deliveries?webhookId=WEBHOOK_UUID","urlObject":{"path":["api","v1","webhooks","deliveries"],"host":["https://venueauthority.com"],"query":[{"key":"webhookId","value":"WEBHOOK_UUID"}],"variable":[]}},"response":[],"_postman_id":"a0fc3ba1-b6d1-4758-8ecd-f1af0dc1e4dd"},{"name":"Create audit export","id":"3b6a068f-84cd-40aa-9a5a-367493197e52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"},{"key":"X-Request-Id","value":"postman-audit-export-000001"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"requestIds\": [\n    \"postman-resolve-000001\"\n  ],\n  \"format\": \"json\"\n}","options":{"raw":{"language":"json"}}},"url":"https://venueauthority.com/api/v1/audit-exports","description":"<p>Create a hashed JSON bundle from one to 100 completed resolver request IDs owned by this workspace.</p>\n","urlObject":{"path":["api","v1","audit-exports"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b6a068f-84cd-40aa-9a5a-367493197e52"},{"name":"Download audit export","id":"78e754d6-d250-4ff3-a77f-b1d4041f18ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR_ONE_TIME_KEY"}],"url":"https://venueauthority.com/api/v1/audit-exports/AUDIT_EXPORT_UUID","description":"<p>Download an audit export already issued to this workspace.</p>\n","urlObject":{"path":["api","v1","audit-exports","AUDIT_EXPORT_UUID"],"host":["https://venueauthority.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"78e754d6-d250-4ff3-a77f-b1d4041f18ef"}],"variable":[{"key":"baseUrl","value":"https://venueauthority.com"},{"key":"apiKey","value":"YOUR_ONE_TIME_KEY"},{"key":"facilityId","value":"nyc:50069801"},{"key":"portfolioId","value":"PORTFOLIO_UUID"},{"key":"itemId","value":"ITEM_UUID"},{"key":"webhookId","value":"WEBHOOK_UUID"},{"key":"auditExportId","value":"AUDIT_EXPORT_UUID"},{"key":"resolverRequestId","value":"postman-resolve-000001"}]}