FilFlo
ProductHow it worksCustomersFAQChangelogBlog
Sign in
ProductHow it worksCustomersFAQChangelogBlogIntegrationsSign in
filflo

The order-to-cash operations layer for CPG brands selling through quick commerce. Built by operators, in Gurugram.

Product
  • Features
  • Use cases
  • Industries
  • Integrations
  • Product overview
  • ROI calculator
Company
  • Team
  • About
  • Blog
  • Contact
Resources
  • Developers
  • Quick commerce O2C guide
  • FAQ
  • Security
  • Privacy
  • Terms
Get in touch
  • Book a demo
  • Sign in
  • LinkedIn
  • Twitter / X
  • YouTube
FilFlo
© 2026 Tijora Software Private Limited. All rights reserved.
Made in India · Built for Indian brands
Home
Developers · Public API & webhooks
Public APIWebhooks

Build on FilFlo.

FilFlo runs the order-to-cash trail for CPG brands selling through quick commerce and other PO-driven channels — and exposes that trail to customers and partners through a public Customer Order API and a bidirectional webhook system. Scoped API keys, per-key rate limits, and documentation in the open on GitHub.

Read the API docs
Auth
Scoped API keys — X-API-Key header
Rate limit
100 requests/minute per key, standard rate-limit headers
Webhooks
Order Hooks — bidirectional order lifecycle events
Docs
Public documentation on GitHub
Customer Order API

The questions customers ask, as endpoints.

“Where is my order? Was it delivered? What was received? Where's the invoice?” The Customer Order API answers each of these programmatically, against the same order trail FilFlo's operations workspace runs on.

Order status

Read the current status of an order as it moves through approval, fulfillment and delivery — the same order trail FilFlo's own workspace runs on.

Delivery confirmation

Confirm delivery against an order programmatically, so the order trail reflects what actually arrived without a manual update.

GRN submission

Submit goods-receipt data against an order. GRNs recorded through the API feed the same invoice-vs-GRN variance workflow the rest of FilFlo uses.

Invoice download

Download the invoice document for an order — useful for customer portals, shared drives and downstream systems that need the actual PDF.

Invoice & credit-note reports

List invoice and credit-note reports, and export invoice reports as header- or line-level CSV — so finance-side systems can pull document listings on their own schedule.

Auth & rate limits

Scoped keys, predictable limits.

Every request authenticates with an API key sent in the X-API-Key header. Keys are scoped — by workspace, by customer, and by endpoint — so an integration gets exactly the access it needs and nothing else.

X-API-Key: <your-scoped-key>
API keys

Workspace-wide or customer-scoped

A key can be issued for the whole workspace, or scoped down to a single customer — so a buyer or partner only ever sees their own orders.

Per-endpoint scopes

Every endpoint declares the scopes it requires and each request is checked against the key — keys can be restricted to exactly the endpoints an integration needs.

Workspace isolation

Keys are bound to one workspace. Data from other workspaces is unreachable by design, not by convention.

Rate limits

100 requests/minute per key

Each API key gets its own budget of 100 requests per minute, so one integration can't starve another.

Standard rate-limit headers

Responses carry standard rate-limit headers, so clients can read their remaining budget and back off cleanly instead of guessing.

Order Hooks

Webhooks that work in both directions.

Order Hooks is FilFlo's bidirectional webhook system for order lifecycle events: events flow out of FilFlo to your systems as an order progresses, and events from your systems flow back into the same order trail. It's organised in three layers, so every subscription is explicit rather than hard-wired.

01

Hooks

The order lifecycle events that can be subscribed to — the points in an order's life where something worth reacting to happens.

02

Bindings

The wiring: a binding connects a hook to the handler that should run when the event fires, so subscriptions are explicit and auditable.

03

Plugins

The handlers themselves — the units that process or deliver an event once a binding routes it to them.

Documentation

The docs live in the open.

GitHub repository

fillfow/filflo-api-documentation

Endpoint references for the Customer Order API and Order Hooks, authentication and scope details, and rate-limit behaviour — published as a public GitHub repository so you can read it before you ever talk to us.

Open the docs on GitHub

Building against the order trail?

Tell us what you're integrating — a customer portal, a partner system, an internal dashboard — and we'll walk you through the endpoints, scopes and hooks that fit, then issue keys for your workspace.

Talk to us
Keep exploringAll integrationsDynamics 365 integrationQuick-commerce order-to-cash guide

GitHub is a trademark of GitHub, Inc. All other product names, logos and brands mentioned on this page belong to their respective owners and are used for identification purposes only; their use does not imply affiliation with or endorsement by those owners. FilFlo is an independent product.