Authentication
Personal Access Tokens
On our API routes, the use of Personal Access Tokens is now the preferred method of authentication.
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.
Authentication is done with the following header:
Authorization: Bearer {{ Personal Access Token }}
Expiration
Upon creation of the Personal Access Token, an expiration date of your choosing can be set.
