Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

EZRentOut Assets API

Serialized fixed (rentable) assets and GPS location tracking.

EZRentOut Assets API is one of 11 APIs that EZRentOut publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Assets. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 9 operations across 6 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://{subdomain}.ezrentout.com.

9 operations 6 paths 3 schemas 1 DELETE4 GET1 PATCH1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://{subdomain}.ezrentout.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

EZRentOut Assets API declares 1 security scheme for authenticating requests. An API key is passed in the header as token (tokenAuth). By default, every request must be authenticated.

  • tokenAuth — Per-company access token generated in Settings (API must be enabled by the account owner). Sent in the token HTTP header on every request over HTTPS.

Paths & Operations 9

Across 6 paths, the API surfaces 9 operations — 1 DELETE, 4 GET, 1 PATCH, 1 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Assets 9

Serialized fixed (rentable) assets and GPS location tracking.

GET
/assets.api
List assets
listAssets 1 param → 200
POST
/assets.api
Create an asset
createAsset body → 201
GET
/assets/filter.api
Filter assets
filterAssets 3 params → 200
GET
/assets/{assetNum}.api
Get asset details
getAsset 1 param → 200404
PUT
/assets/{assetNum}.api
Update an asset
updateAsset 1 param body → 200
DELETE
/assets/{assetNum}.api
Delete an asset
deleteAsset 1 param → 200
PATCH
/assets/{assetNum}/gps_coordinates.api
Update asset GPS coordinates
updateAssetGps 1 param body → 200
PUT
/assets/{assetNum}/retire.api
Retire an asset
retireAsset 1 param → 200
GET
/search.api
Search assets and inventory
searchCatalog 2 params → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Asset (8 properties), AssetInput (3 properties), Error (2 properties). Each schema is shown below with its type and property counts.

Asset
object
A serialized fixed (rentable) asset.
8 properties
AssetInput
object
3 properties
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ezrentout-assets-api-openapi.yml Raw ↑

Other APIs EZRentOut publishes across the network.

EZRentOut Availability API
EZRentOut Bundles API
EZRentOut Customers API
EZRentOut Inventory API
EZRentOut Locations API
EZRentOut Maintenance API
EZRentOut Members API
EZRentOut Orders API
EZRentOut Payments API
EZRentOut Purchase Orders API