PULSAR

Get Skus

List SKUs.

Authorization

bearerAuth user, superuser, admin, superadmin, readonly
Authorization<token>

In: header

Scope: user, superuser, admin, superadmin, readonly

Query Parameters

sku?string

Filter by SKU.

name?string

The name.

machineId?number

The machine's ID.

Formatdouble

Response Body

application/json

Try it live
GET
/skus

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X GET "https://example.com/skus"
[  {    "end": "2019-08-24T14:15:22Z",    "start": "2019-08-24T14:15:22Z",    "unit": "string",    "countingFactor": 0.1,    "description": "string",    "name": "string",    "sku": "string",    "id": "string"  }]