Getting Started with the API

Last updated February 17, 2026

StorageFlow REST API

Build custom integrations with the StorageFlow API.

Authentication

  1. Go to Settings > API Keys
  2. Click Generate New Key
  3. Copy your API key (it will only be shown once)
  4. Include it in the Authorization header: Bearer YOUR_API_KEY

Base URL

https://storageflow.vercel.app/api/v1

Available Endpoints

  • GET /facilities — List all facilities
  • GET /units — List units with availability
  • GET /customers — List customers
  • POST /leases — Create a new lease
  • POST /payments — Process a payment
  • GET /reports — Generate reports

Rate Limits

API requests are limited to 100 requests per minute per API key. Enterprise plans have higher limits.

Webhooks

Configure webhooks to receive real-time notifications when events occur (new lease, payment received, etc.). Go to Settings > Webhooks to set up your endpoint URLs.

Was this article helpful?