Skip to content

Get Started
in Minutes.

Four steps to your first live API call. Authenticate, send a request, and explore FloQast's API suite.

Progress0 of 4
STEP 01

Get Your API Key

Generate credentials in the Developer Console.

STEP 02

Make Your First Call

Send a live request to the Users API.

STEP 03

Explore Endpoints

Try different FloQast API endpoints.

STEP 04

Go Further

Dive deeper into the platform.

Get Your API Key

Get an API Key from your Organization Admin or by creating an API Key in the API Keys tab of your FloQast Application Settings.

Make Your First Call

Send a live GET request to the FloQast Users API. Your API key will be included as a header automatically.

CURL REQUEST

# Fetch users from your FloQast organization

curl -X GET \

  "https://fq-api.floqast.app/api/v1/users?page[size]=100&page[cursor]=5e94d5b63f557b001420bbe3&allowRedirect=true" \

  -H "x-api-key: YOUR_API_KEY"

Explore Endpoints

Pick an API category below and fire a request. Each endpoint covers a different part of the FloQast platform.

API Playground

Build and test complex requests with dependency auto-fill.

Explore

API Reference

Full endpoint documentation with schemas and examples.

Explore

Learn

Step-by-step tutorials for real financial workflows.

Explore