Overview
To authenticate with Elevio, you need:- API Key — identifies and rate-limits your Elevio account.
- JWT — a JSON Web Token that scopes which resources you can read and write.
Prerequisites
- An Elevio account with access to the API Keys page.
Instructions
Step 1: Generate an API key and JWT
- Log in to your account and navigate to the API Keys page in your Elevio dashboard.
- Enter a description, select the scopes you need, then click Generate API Key to generate your key.

- Once it’s generated, scroll down to it and click View Key & Token to view both the API Key and the JWT.

Step 2: Enter your credentials in the Connect UI
- Open the form where you need to authenticate with Elevio.
- Enter your API Key and JWT.
- Submit the form.
