Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

WISK.ai Sales API

Push point-of-sale sales line items into a WISK venue account.

WISK.ai Sales API is published by WISK.ai on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Sales. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, a JSON-LD context, and 2 JSON Schemas.

This API exposes 1 operation across 1 path, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.wisk.ai.

1 operations 1 paths 2 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.wisk.ai
Authentication
API Key
Resource Areas
1

Authentication & Security 1

WISK.ai Sales API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Wisk-Venue-Id (venueIdHeader).

  • venueIdHeader — Venue unique identifier provisioned by WISK for the partner. The public guide instructs partners to "ask WISK to give the venue unique identifier" and supply i…

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Sales 1

Push point-of-sale sales line items into a WISK venue account.

POST
/public/sales/upload
Upload Sales Lines
uploadSales body → 200400401

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed is SalesLine (6 properties). Each schema is shown below with its type and property counts.

SalesUpload
array
The POST body is a JSON array of sales line items.
SalesLine
object
A single point-of-sale sales line from a receipt.
6 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wisk-sales-api-openapi.yml Raw ↑