Getting Started With Your API

This page will help you get started with Frontegg APIs.

Intro

Frontegg's APIs are based on Bearer Authorization tokens.
To authenticate your environment and get a vendor JWT to use in further API requests, you'll need to pass your environment's Client ID and API key as the clientId and secret respectively to the vendor authentication endpoint

Both Client ID and API Key are available via the Settings menu under each of the environments (https://portal.frontegg.com/development/settings/general) on the Frontegg portal

671

In order for you to start working with Frontegg APIs, please head over to the Vendor authentication API and authenticate by using the clientId and API key from the Settings section of the environment you are working on.

Once authenticated, append the token as Bearer {token} header to the Authorization header for the rest of the requests.