Storable
Storable is the leading technology provider for the self-storage industry, serving 33,000+ facilities through a family of brands - SiteLink (legacy Web Edition property management, sold with a partner/NDA-gated SOAP API), storEDGE (modern cloud property management with a documented REST API at api.storedgefms.com), and the SpareFoot storage-unit listing marketplace. This entry models the storEDGE REST API, whose endpoint reference is genuinely publicly documented (no NDA to read the docs), while call access itself requires being a storEDGE customer and generating one-legged OAuth 1.0 credentials (API access key/secret) tied to a facility ID.
11 APIs
0 Features
Self StorageProperty ManagementFacility ManagementTenantsReservationsPaymentsSiteLinkstorEDGESpareFoot
Create, look up, search, and update tenant records scoped to a facility - sign-in/sign-up, username/password recovery, preferences, notes, delinquency status, eligibility, and e...
Manage unit inventory (list, availability, walk-thru, bulk create/update, rate history, future scheduled rates), unit groups and unit types, tiered unit-group rates, rate-applie...
Read tenant ledgers and delinquency/eligibility state, make and batch payments, manage autopay and gate-access codes on a ledger, register payment methods and payment intents, a...
Create and manage leads across the pipeline - current, reservations, inquiries, missed move-ins, and waitlist - at the facility, company, and per-tenant level, including counts ...
Review costs and process move-ins, and review costs, schedule, cancel, and process move-outs, plus retrieve move-out reasons and applicable rates - the rental and vacate lifecyc...
Check gate-code availability, open gates, log gate activity events, and list a facility's access points, integrating storEDGE with third-party gate/security hardware. Confirmed ...
Retrieve facility-level insurance summary and activity, configure tenant auto-enrollment settings, and record private (non-Storable) insurance coverage on a ledger. Confirmed en...
Create, complete, and bulk-manage operational tasks at both the facility level and the individual unit level, with task categories for on-site workflow tracking. Confirmed endpo...
Retrieve lease and rental documents (including per-session and per-event PDFs), send esignable documents to a tenant, and complete SiteLink eSign on a rental event. Confirmed en...
List and act on delinquency events (including bulk verb-based state transitions) and list scheduled or active lien-unit auctions at the facility and company level, feeding aucti...
Request and poll asynchronous report bundles at the facility or company level and retrieve completed results as JSON, plus check/register Business Intelligence Express enablemen...
aid: storable
url: https://raw.githubusercontent.com/api-evangelist/storable/refs/heads/main/apis.yml
name: Storable
kind: company
description: Storable is the leading technology provider for the self-storage industry, serving 33,000+ facilities through
a family of brands - SiteLink (legacy Web Edition property management, sold with a partner/NDA-gated SOAP API), storEDGE
(modern cloud property management with a documented REST API at api.storedgefms.com), and the SpareFoot storage-unit listing
marketplace. This entry models the storEDGE REST API, whose endpoint reference is genuinely publicly documented (no NDA
to read the docs), while call access itself requires being a storEDGE customer and generating one-legged OAuth 1.0 credentials
(API access key/secret) tied to a facility ID.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
- Self Storage
- Property Management
- Facility Management
- Tenants
- Reservations
- Payments
- SiteLink
- storEDGE
- SpareFoot
created: '2026-07-03'
modified: '2026-07-03'
specificationVersion: '0.19'
apis:
- aid: storable:storable-tenants-api
name: Storable Tenants API
tags:
- Tenants
- Accounts
- Preferences
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.storedgefms.com/docs/v1.html
baseURL: https://api.storedgefms.com/v1
properties:
- url: https://api.storedgefms.com/docs/v1.html
type: APIReference
- url: openapi/storable-openapi.yml
type: OpenAPI
description: Create, look up, search, and update tenant records scoped to a facility - sign-in/sign-up, username/password
recovery, preferences, notes, delinquency status, eligibility, and each tenant's associated leads and ledgers. Endpoints
such as GET /v1/:facility_id/tenants and GET /v1/:facility_id/tenants/:id are confirmed in Storable's public v1 API reference.
- aid: storable:storable-units-rate-management-api
name: Storable Units & Rate Management API
tags:
- Units
- Inventory
- Rate Management
- Unit Groups
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.storedgefms.com/docs/v1.html
baseURL: https://api.storedgefms.com/v1
properties:
- url: https://api.storedgefms.com/docs/v1.html
type: APIReference
- url: openapi/storable-openapi.yml
type: OpenAPI
description: Manage unit inventory (list, availability, walk-thru, bulk create/update, rate history, future scheduled rates),
unit groups and unit types, tiered unit-group rates, rate-applied actions, and discount plans. Confirmed endpoints include
GET /v1/:facility_id/units/available and PUT /v1/:facility_id/unit_group_tier_rates/update.
- aid: storable:storable-ledgers-payments-api
name: Storable Ledgers & Payments API
tags:
- Ledgers
- Payments
- Invoices
- Billing
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.storedgefms.com/docs/v1.html
baseURL: https://api.storedgefms.com/v1
properties:
- url: https://api.storedgefms.com/docs/v1.html
type: APIReference
- url: openapi/storable-openapi.yml
type: OpenAPI
description: Read tenant ledgers and delinquency/eligibility state, make and batch payments, manage autopay and gate-access
codes on a ledger, register payment methods and payment intents, authorize funds, and retrieve invoices and invoiceable
items (fees, retail, insurance, services). Confirmed endpoints include POST /v1/:facility_id/ledgers/:ledger_id/make_payment
and GET /v1/:facility_id/payment_intents.
- aid: storable:storable-leads-reservations-api
name: Storable Leads & Reservations API
tags:
- Leads
- Reservations
- Waitlist
- CRM
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.storedgefms.com/docs/v1.html
baseURL: https://api.storedgefms.com/v1
properties:
- url: https://api.storedgefms.com/docs/v1.html
type: APIReference
- url: openapi/storable-openapi.yml
type: OpenAPI
description: Create and manage leads across the pipeline - current, reservations, inquiries, missed move-ins, and waitlist
- at the facility, company, and per-tenant level, including counts and open-event views used to drive call-center and
website booking flows. Confirmed endpoints include GET /v1/:facility_id/leads/reservations and POST /v1/:facility_id/leads.
- aid: storable:storable-move-ins-move-outs-api
name: Storable Move Ins & Move Outs API
tags:
- Move In
- Move Out
- Rentals
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.storedgefms.com/docs/v1.html
baseURL: https://api.storedgefms.com/v1
properties:
- url: https://api.storedgefms.com/docs/v1.html
type: APIReference
- url: openapi/storable-openapi.yml
type: OpenAPI
description: Review costs and process move-ins, and review costs, schedule, cancel, and process move-outs, plus retrieve
move-out reasons and applicable rates - the rental and vacate lifecycle behind SiteLink/storEDGE's online rental flow.
Confirmed endpoints include POST /v1/:facility_id/move_ins/process_move_in and POST /v1/:facility_id/move_outs/process_move_out.
- aid: storable:storable-gate-access-api
name: Storable Gate Access API
tags:
- Gate Access
- Security
- Access Control
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.storedgefms.com/docs/v1.html
baseURL: https://api.storedgefms.com/v1
properties:
- url: https://api.storedgefms.com/docs/v1.html
type: APIReference
- url: openapi/storable-openapi.yml
type: OpenAPI
description: Check gate-code availability, open gates, log gate activity events, and list a facility's access points, integrating
storEDGE with third-party gate/security hardware. Confirmed endpoints include POST /v1/:facility_id/gate_codes/open and
GET /v1/:facility_id/access_points.
- aid: storable:storable-insurance-api
name: Storable Insurance API
tags:
- Insurance
- Tenant Protection
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.storedgefms.com/docs/v1.html
baseURL: https://api.storedgefms.com/v1
properties:
- url: https://api.storedgefms.com/docs/v1.html
type: APIReference
- url: openapi/storable-openapi.yml
type: OpenAPI
description: Retrieve facility-level insurance summary and activity, configure tenant auto-enrollment settings, and record
private (non-Storable) insurance coverage on a ledger. Confirmed endpoints include GET /v1/:facility_id/insurance/summary
and PUT /v1/:facility_id/insurance/tenant_auto_enroll_settings.
- aid: storable:storable-tasks-api
name: Storable Tasks API
tags:
- Tasks
- Operations
- Workflow
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.storedgefms.com/docs/v1.html
baseURL: https://api.storedgefms.com/v1
properties:
- url: https://api.storedgefms.com/docs/v1.html
type: APIReference
- url: openapi/storable-openapi.yml
type: OpenAPI
description: Create, complete, and bulk-manage operational tasks at both the facility level and the individual unit level,
with task categories for on-site workflow tracking. Confirmed endpoints include GET /v1/:facility_id/tasks/categories
and PUT /v1/:facility_id/units/:unit_id/tasks/bulk_complete.
- aid: storable:storable-documents-esign-api
name: Storable Documents & eSign API
tags:
- Documents
- eSignature
- Leases
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.storedgefms.com/docs/v1.html
baseURL: https://api.storedgefms.com/v1
properties:
- url: https://api.storedgefms.com/docs/v1.html
type: APIReference
- url: openapi/storable-openapi.yml
type: OpenAPI
description: Retrieve lease and rental documents (including per-session and per-event PDFs), send esignable documents to
a tenant, and complete SiteLink eSign on a rental event. Confirmed endpoints include GET /v1/:facility_id/events/:event_id/documents
and POST /v1/:facility_id/events/:event_id/esign.
- aid: storable:storable-delinquency-auctions-api
name: Storable Delinquency & Auctions API
tags:
- Delinquency
- Auctions
- Collections
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.storedgefms.com/docs/v1.html
baseURL: https://api.storedgefms.com/v1
properties:
- url: https://api.storedgefms.com/docs/v1.html
type: APIReference
- url: openapi/storable-openapi.yml
type: OpenAPI
description: List and act on delinquency events (including bulk verb-based state transitions) and list scheduled or active
lien-unit auctions at the facility and company level, feeding auction listing services such as StorageTreasures. Confirmed
endpoints include GET /v1/:facility_id/delinquency_events and GET /v1/companies/:company_id/active_auctions.
- aid: storable:storable-reporting-api
name: Storable Reporting API
tags:
- Reporting
- Business Intelligence
- Analytics
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.storedgefms.com/docs/v1.html
baseURL: https://api.storedgefms.com/v1
properties:
- url: https://api.storedgefms.com/docs/v1.html
type: APIReference
- url: openapi/storable-openapi.yml
type: OpenAPI
description: Request and poll asynchronous report bundles at the facility or company level and retrieve completed results
as JSON, plus check/register Business Intelligence Express enablement for a company. Confirmed endpoints include POST
/v1/companies/:company_id/report_requests and GET /v1/:facility_id/report_requests/:id/completed_json.
common:
- type: DomainSecurity
url: security/storable-domain-security.yml
- type: Authentication
url: authentication/storable-authentication.yml
- type: LinkedIn
url: https://www.linkedin.com/company/storableinc
- type: Website
url: https://www.storable.com/
- type: Documentation
url: https://api.storedgefms.com/docs/v1.html
- type: Plans
url: plans/storable-plans-pricing.yml
- type: RateLimits
url: rate-limits/storable-rate-limits.yml
- type: FinOps
url: finops/storable-finops.yml
- url: https://www.storable.com/blog/
type: Blog
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com