This page will help you get started with .
Intro
Frontegg's APIs are based on Bearer Authorization tokens.
Retrieving the JWT tokens is available via passing the ClientID and the API key as the secret to the authentication endpoint
Both Client ID and API keys are available via the administration menu on the Frontegg portal


In order for you to start working with Frontegg APIs, please head over to the Vendor authentication
API and authenticate as using the clientId and API key.
Upon authentication append the token as Bearer {token}
header to the Authorization
header for the rest of the requests.