Skip to main content
With an access token in hand, you’re ready to hit the API. Every call goes to a single GraphQL endpoint — the token decides whose account you’re operating on.

The endpoint

  • Staging: https://transactional-graph.staging.fluzapp.com/api/v1/graphql
  • Live: https://transactional-graph.fluzapp.com/api/v1/graphql

Query the viewer

viewer returns whichever account the token is scoped to. It’s a good smoke test that your token is valid.
Expected response:

Purchase a gift card in staging

Once your token carries LIST_OFFERS and PURCHASE_GIFTCARD, you can list offers and purchase one end-to-end:
Variables:
Fluz uses request de-duplication on money-moving mutations. See Idempotency.

Where to next

Explore capabilities

Cards, wallets, gift cards, and payouts.

Build for customers

Connect customer accounts with OAuth.