Logo
Getting started
    • Overview
    • Authentication
    • Testing
    • Error handling
    • Webhooks
    • Loyalty Tokens
    • Register API
Tutorials
API Reference

Authorization

This Authorization flow concerns APIs built for Registers and POS-Systems only. For Server-to-Server Authorization, click here.

The main difference between the OAuth API and the Register API, is that authorization is done on a per-register basis. This means that each access token is linked to a specific RegisterRoutes and thus Shop.

Creating a Register

Registers can be created in the Business Dashboard. When logged into the Business Dashboard go to Apps, then Integrations, go to Cash registers. You can add new Registers here.

The Personal Access Token can then be created from the actions button on the top right. Note: the access token will only be shown once.

After that, you authorize all API calls with the following header.

The header format is:

Authorization: Bearer {{ Personal Access Token }}