Getting Started With Frontegg APIs

This page will help you get started with Frontegg APIs.

🚧

Important Note: API URL

Note the the API URL you call is based on the geographical location of your account.

For EU accounts, call api.frontegg.com
For US accounts, call api.us.frontegg.com
For AU accounts, call api.au.frontegg.com

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 environments on the Frontegg portal

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.