Read tenant-portal configuration and configured discount plans for a storEDGE facility
domain: api.storedgefms.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate via one-legged OAuth 1.0.
Call GET /v1/:facility_id/tenant_portal_settings to retrieve the current tenant-portal configuration (read-only).
Call GET /v1/:facility_id/discount_plans to list configured promotional/discount plans, and GET /v1/:facility_id/discount_plans/:id for a specific plan's detail.
Pull GET /v1/:facility_id/payment_methods/credit_card_types to know which card types the facility accepts.
Combine with GET /v1/:facility_id/unit_groups/:unit_group_id/review_cost to preview how a discount plan affects a unit group's quoted price.
Known gotchas
tenant_portal_settings and discount_plans are read-only in the documented API — changes must be made in storEDGE itself, not via POST/PUT.
Discount-plan detail doesn't include usage/redemption counts; that reporting isn't exposed here.
credit_card_types reflects facility-level payment-processor configuration, not real-time authorization capability.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?