Logo
Postman
Getting started
  • Overview
  • Migrate to v3 🚀
  • Testing
  • Error handling
  • Client Libraries
  • Webhooks
  • Loyalty Tokens
Guides
OAuth API
  • Authorization
  • Automations
  • Bookings
  • Brand Kit
  • Collectable Rewards
  • Contacts
  • Contact Identifiers
  • Contact Session Tokens
  • Contact Subscriptions
  • Contact Verification
  • Contacts Portal
  • Credit Receptions
  • Custom Attributes
  • Forms
  • Giftcards
  • Giftcard Programs
  • Giftcard Transactions
  • Loyalty Program
  • Loyalty Transactions
  • Loyalty Transaction Attributes
  • Perks
  • Portal Sessions
  • Prepaid Transactions
  • Promotions
  • Referrals
  • Rewards
  • Reward Receptions
  • Shifts
  • Shift Teams
  • Shift Types
  • Shops
  • Subscription Types
  • Tiers
  • Units
  • Vouchers
  • Visits
  • Webhooks
Registers & POS API

Authorization

Note: Personal Access Tokens from Register objects cannot be used. They are for Register API routes only.

Personal Access Tokens

On our OAuth API routes, the use of Personal Access Tokens is now the preferred method of authorization.

In the Business Dashboard, Personal Access Tokens can be created under 'Apps', then 'Integrations', then'Personal Access Tokens'. Simply create a new one if none exists, and the Personal Access Token will be provided for you. Note: the token will only be shown once, so make sure to copy it down.

As with the Register API and the previously used OAuth Clients, the header format for all subsequent API calls is:

Authorization: Bearer {{ Personal Access Token }}


Expiration

Upon creation of the Personal Access Token, an expiration date of your choosing can be set.