Getting Started with the API
Last updated February 17, 2026
StorageFlow REST API
Build custom integrations with the StorageFlow API.
Authentication
- Go to Settings > API Keys
- Click Generate New Key
- Copy your API key (it will only be shown once)
- Include it in the
Authorizationheader:Bearer YOUR_API_KEY
Base URL
https://storageflow.vercel.app/api/v1
Available Endpoints
GET /facilities— List all facilitiesGET /units— List units with availabilityGET /customers— List customersPOST /leases— Create a new leasePOST /payments— Process a paymentGET /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?