Authentication
There are three common ways to authenticate, depending on your use case:
1. Integration Token (recommended)
Create an Integration user & token
Use the Integration token
2. User Auth Token → Access Token
Flow
Example:
3. Device Token (POS devices)
Example:
Permissions & Scopes
Creating the API user (Integration user)
Request format
Error handling
Quick start
1. Server integration (recommended):
2. User auth → access token:
3. Device token (POS):
Best practices
Last updated