Skip to main content

API Keys

Overview

To send events to or read events from Ingrain, you need API keys. You can obtain them from each application's dashboard.

Steps

  1. Navigate to your application's API Keys page.

  2. You should see the application's API keys.

Types of API Keys

There are 2 types of API keys in Ingrain - Publishable Key and Secret Key.

Publishable Keys

These are keys that you should use in your frontend code and does not need to be kept secret.

Secret Keys

These should be kept confidential and should not be exposed in any frontend code. They are meant to be used in your backend.