FairePlace Property Management API
boolean string · required
Subscription plan usage and limits (consumption summary).
Get usage summary
GET
https://api.faireplace.com/api
/usage/summary
Returns the tenant's current subscription plan and per-resource usage against plan limits.
Resources
Each entry reports current usage and, where applicable, the limit
and remaining quota. A null limit (and remaining) means the
resource is unlimited on the current plan.
Cache
Plan data is cached. Pass force_refresh=true to invalidate the cache
and fetch fresh plan limits.
Usage Example
Code
Response:
Code
query Parameters
force_refreshWhen true, invalidates the plan cache and fetches fresh plan limits.
Default: false
Get usage summary › Responses
The usage summary.
Summary of the tenant's plan and current resource usage.
planIdentifier of the tenant's current subscription plan.
Example: pro
ResourceUsage[] · required
Per-resource usage entries.