API keys in Alumio

Table Of Contents

  • Introduction
  • Setting up API keys

Introduction

API keys functionality allows you to generate a unique token that can be used for authentication when making an API call. It is required to communicate with Alumio API.

API Key can be created by navigating to Settings → API keys.

Setting up API keys

To create a new API key, follow the steps below:

  1. Once in API keys view, hit “+” to create a new one.

  2. Give your token a name.

  3. Hit “Create”.

  4. Click “Copy” next to the access token value to get it copied.

This token can be used as a Bearer token in the Authorization header. Make sure to save the API key, because it will not be shown again.

You will need to generate an API key and use it as a Bearer token when making API calls in API platforms, such as Postman.

Video guide