The API uses Bearer (Token) Authentication to authenticate any
request. These tokens are JSON Web Tokens (JWT) which need
to be created server side by your application.
To sign a JWT you will need to create a new API key-pair in your dashboard.
To create a new API key visit the Integrations panel in your dashboard and click the Add API key button.
You can store the API key with your code or store it in a secure environment accessible to your
application.