WISK

WISK is a bar, restaurant, and hospitality inventory and cost-management platform that tracks items, counts inventory across venues, scans and reconciles supplier invoices, and integrates with 60+ POS systems to compare theoretical vs. actual usage. WISK's programmatic surface is partner-gated - a documented Public Sales upload API lets POS providers and partners push sales data into WISK, and customer API access is offered on the top (Premium) plan. There is no public, self-serve developer portal or published OpenAPI as of this catalog date.

5 APIs 0 Features
InventoryRestaurantBarHospitalityCost ManagementPOS Integration

APIs

WISK Inventory & Items API

Tracks bottles, ingredients, and SKUs with counts, par levels, and variance across the venue's item catalog. Exposed in the WISK product and apps; not published as a public, sel...

WISK Venues API

Organizes inventory, users, and reporting per venue (location) for single sites and multi-location groups. Surfaced in the WISK platform; not published as a public, self-serve d...

WISK Invoices API

Captures, AI-processes, and reconciles supplier invoices against purchases and pricing to track cost of goods. Available in the WISK product; not published as a public, self-ser...

WISK POS Integration (Public Sales Upload) API

Partner-gated integration for POS providers to push sales data (POS code or item name, quantity sold, net sales) into WISK customer accounts via a documented Public Sales upload...

WISK Webhooks

No public, documented webhook or event-subscription surface is published by WISK as of this catalog date. Event-driven exchange with POS partners is arranged through WISK's part...

Collections

WISK API

OPEN

Pricing Plans

Wisk Ai Plans Pricing

5 plans

PLANS

Rate Limits

Wisk Ai Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: WISK API
  version: 0.0.0
  description: WISK is a bar/restaurant/hospitality inventory and cost-management platform. No public, self-serve developer
    portal, base URL, or official OpenAPI is published. The only publicly documented programmatic surface is a partner-gated
    Public Sales upload flow for POS providers; customer API access is offered on the Premium plan. This collection documents
    that surface honestly without fabricating a base URL, endpoints, or authentication.
items:
- info:
    name: POS Integration (Partner)
    type: folder
  items:
  - info:
      name: Public Sales Upload (template - not publicly documented)
      type: http
    http:
      method: POST
      url: '{{baseUrl}}'
      body:
        type: json
        data: "{\n  \"sales\": [\n    {\n      \"pos_code\": \"\",\n      \"item_name\": \"\",\n      \"quantity_sold\": 0,\n\
          \      \"net_sales\": 0\n    }\n  ]\n}"
    docs: 'Partner-gated Public Sales upload. Template only - WISK''s endpoint URL and authentication are provided through
      the partner integration process and are not publicly published. Documented sales-data fields: pos_code (or item_name),
      quantity_sold, net_sales. POS providers contact WISK partnerships to begin.'
bundled: true