Skip to main content
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 the app.

Create an API key

To sign a JWT, create a new API key-pair in the dashboard. To create a new API key visit the Integrations panel in the dashboard and click the Add API key button. The API key can be stored with the code or in a secure environment accessible to the app.

Server-side SDKs

Mobile SDKs

Development tools

Without SDKs

It is also possible to generate the JWT without the SDKs using any number of open source JWT libraries.