EZRentOut website screenshot

EZRentOut

EZRentOut is cloud-based equipment rental management software from EZO (the company behind EZOfficeInventory) for rental businesses to manage orders, fixed and inventory assets, bundles, customers, members, locations, purchase orders, and maintenance. Its REST API is made available to paying customers for custom integrations - each request is authenticated with a per-company access token sent in a token header over HTTPS, endpoints are namespaced with a .api suffix, and calls are scoped to the customer's own {subdomain}.ezrentout.com tenant. The API covers orders (baskets), assets, inventory and stock assets, bundles, customers and businesses, members, locations, availability, payments and invoicing, purchase orders, and service/work-order maintenance.

EZRentOut publishes 11 APIs on the APIs.io network, including Assets API, Availability API, Bundles API, and 8 more. Tagged areas include Equipment Rental, Rental Management, Asset Tracking, Inventory, and Order Management.

EZRentOut’s developer surface includes authentication, documentation, engineering blog, and 9 more developer resources.

38.4/100 thin ▬ flat Agent 24/100 agent aware saas Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
AccessFreemiumSelf serveFree trial⚡ Free to try
1 APIs
Equipment RentalRental ManagementAsset TrackingInventoryOrder ManagementEZO

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/ezrentout: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 11

Individual APIs this provider publishes, each with its own machine-readable definition.

EZRentOut Assets API

Serialized fixed (rentable) assets and GPS location tracking.

EZRentOut Availability API

Booked dates and per-location quantity for scheduling.

EZRentOut Bundles API

Reusable kits of assets and inventory rented together.

EZRentOut Customers API

Customers, businesses, and business contacts, with addresses.

EZRentOut Inventory API

Volatile assets (inventory) and asset stock, with per-location stock.

EZRentOut Locations API

Warehouses / branches that hold assets and inventory.

EZRentOut Maintenance API

Service records and work orders (tasks) to keep equipment serviceable.

EZRentOut Members API

Staff members (users) of the rental account.

EZRentOut Orders API

Rental orders, called baskets - draft, reserve, check out, and check in.

EZRentOut Payments API

Order payments, taxes, coupons, and damage charges (invoicing).

EZRentOut Purchase Orders API

Procurement - purchase orders and vendors.

Scroll for all 11

Open Collections 13

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

EZRentOut Assets API

OPEN COLLECTION

EZRentOut API

OPEN COLLECTION

Scroll for all 13

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Ezrentout Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Ezrentout Authentication

apiKey · 1 scheme

SECURITY

Ezrentout Domain Security

TLSv1.3 · DMARC

SECURITY

Ezrentout Trust Center

SOC 2, ISO 27001, CSA STAR

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Ezrentout Agentic Access

71 operations · 40 acting

71 operations · 40 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: ezrentout
url: https://raw.githubusercontent.com/api-evangelist/ezrentout/refs/heads/main/apis.yml
name: EZRentOut
kind: company
description: EZRentOut is cloud-based equipment rental management software from EZO (the company behind EZOfficeInventory)
  for rental businesses to manage orders, fixed and inventory assets, bundles, customers, members, locations, purchase orders,
  and maintenance. Its REST API is made available to paying customers for custom integrations - each request is authenticated
  with a per-company access token sent in a token header over HTTPS, endpoints are namespaced with a .api suffix, and calls
  are scoped to the customer's own {subdomain}.ezrentout.com tenant. The API covers orders (baskets), assets, inventory and
  stock assets, bundles, customers and businesses, members, locations, availability, payments and invoicing, purchase orders,
  and service/work-order maintenance.
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: true
  try_now: true
  public: false
  label: Freemium (free trial) · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/ezrentout.png
tags:
- Equipment Rental
- Rental Management
- Asset Tracking
- Inventory
- Order Management
- EZO
created: '2026-07-03'
modified: '2026-07-03'
specificationVersion: '0.23'
apis:
- aid: ezrentout:ezrentout-assets-api
  name: EZRentOut Assets API
  description: Serialized fixed (rentable) assets and GPS location tracking.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Assets
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-assets-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-availability-api
  name: EZRentOut Availability API
  description: Booked dates and per-location quantity for scheduling.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Availability
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-availability-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-bundles-api
  name: EZRentOut Bundles API
  description: Reusable kits of assets and inventory rented together.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Bundles
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-bundles-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-customers-api
  name: EZRentOut Customers API
  description: Customers, businesses, and business contacts, with addresses.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Customers
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-customers-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-inventory-api
  name: EZRentOut Inventory API
  description: Volatile assets (inventory) and asset stock, with per-location stock.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Inventory
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-inventory-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-locations-api
  name: EZRentOut Locations API
  description: Warehouses / branches that hold assets and inventory.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Locations
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-locations-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-maintenance-api
  name: EZRentOut Maintenance API
  description: Service records and work orders (tasks) to keep equipment serviceable.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Maintenance
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-maintenance-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-members-api
  name: EZRentOut Members API
  description: Staff members (users) of the rental account.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Members
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-members-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-orders-api
  name: EZRentOut Orders API
  description: Rental orders, called baskets - draft, reserve, check out, and check in.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Order
  tags_raw:
  - Orders
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-orders-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-payments-api
  name: EZRentOut Payments API
  description: Order payments, taxes, coupons, and damage charges (invoicing).
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Payments
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-payments-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
- aid: ezrentout:ezrentout-purchase-orders-api
  name: EZRentOut Purchase Orders API
  description: Procurement - purchase orders and vendors.
  humanURL: https://ezo.io/ezrentout/developers/
  baseURL: https://{subdomain}.ezrentout.com
  tags:
  - Purchase Orders
  properties:
  - type: OpenAPI
    url: openapi/ezrentout-purchase-orders-api-openapi.yml
  - type: Documentation
    url: https://ezo.io/ezrentout/developers/
  - type: APIReference
    url: https://ezo.io/ezrentout/developers/
  - type: PostmanCollection
    url: collections/ezrentout.postman_collection.json
  - type: OpenCollection
    url: collections/ezrentout.opencollection.json
  - type: APIReference
    url: https://ezo.io/ezrentout/blog/location-tracking-assets-api/
common:
- type: CapabilityMap
  url: capabilities/ezrentout-capability-edges.yml
  name: EZRentOut Business Capability Map
- type: AgenticAccess
  url: agentic-access/ezrentout-agentic-access.yml
- type: TrustCenter
  url: security/ezrentout-trust-center.yml
- type: DomainSecurity
  url: security/ezrentout-domain-security.yml
- type: Authentication
  url: authentication/ezrentout-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/showcase/ezrentout/
- type: Website
  url: https://ezo.io/ezrentout/
- type: Documentation
  url: https://ezo.io/ezrentout/developers/
- type: Plans
  url: plans/ezrentout-plans-pricing.yml
- type: RateLimits
  url: rate-limits/ezrentout-rate-limits.yml
- type: FinOps
  url: finops/ezrentout-finops.yml
- url: https://ezo.io/ezrentout/blog/feed/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/ezrentout"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/ezrentout/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/ezrentout/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.