Skip to main content
Version: 1.0.1

Generate Your Secret Key

To start, you need to generate your secret key. This key will not only serve as the initial step in authentication but also store information about the JWT tokens issued from it. Here's how to do it:

  1. Log into the back office.
  2. Navigate to the 'Developers API' section.
  3. Click on 'Generate Secret Key'.
  4. You should receive a secret key. Keep this key safe - you'll need it for the next steps.
My tip

You don't have access to the scopes that your secret key holds. This is handled internally in the system, retrieving the scope from your user configuration.