Skip to main content
Skip table of contents

Price List

GET /v3/priceList

Get effective price list for the user on given printer. If no printerId is provided, the "no terminal" profile is used.

Name

Type

Description

userId

string

Only when using Client credentials

printerId

integer

If not provided, the pricelist of the default "no terminal" profile is applied to the user

CODE
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%

Authentication:
Grant_type: client_credentials, login_info
Scopes: [ printers ]

Response body:
{
  "counterPrice": [
    0
  ],
  "version": 1
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.