Skip to main content

Overview

In addition to API keys, FlexOrch supports JWT-based authentication for browser and user-facing flows. This is used by the platform UI (app.flexorch.com) and is available for integrations that need user-level auth.

Sign up

After signup, a verification email is sent. The account must be verified before login.

Log in

Response:

Using a JWT token

Pass the access token as a Bearer header:

Refreshing a token

Access tokens expire after 1 hour. Use the refresh token to get a new one:

Choosing between API key and JWT

For most integrations, API keys are simpler — see API Keys.