Skip to main content

Flow Examples

High-level flow

Your service authenticates against the Trialbee OAuth token endpoint to obtain a JWT, then sends the JWT on each GraphQL request to omniapi.

Request lifecycle

The token is valid for the duration returned in expires_in. Most API clients handle token reuse automatically — when the token expires, repeat the first two steps to obtain a new one.