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 Customers API

Customers, businesses, and business contacts, with addresses.

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

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

This API exposes 9 operations across 4 paths, and defines 1 schema. 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 4 paths 1 schemas 1 DELETE4 GET1 PATCH3 POST

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 Customers 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 4 paths, the API surfaces 9 operations — 1 DELETE, 4 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Customers 9

Customers, businesses, and business contacts, with addresses.

GET
/customers.api
List customers
listCustomers 1 param → 200
POST
/customers.api
Create a customer
createCustomer body → 201
GET
/customers/{customerId}.api
Get customer details
getCustomer 1 param → 200
PATCH
/customers/{customerId}.api
Update a customer
updateCustomer 1 param body → 200
DELETE
/customers/{customerId}.api
Delete a customer
deleteCustomer 1 param → 200
GET
/businesses.api
List businesses
listBusinesses 1 param → 200
POST
/businesses.api
Create a business
createBusiness body → 201
GET
/contacts.api
List business contacts
listContacts 1 param → 200
POST
/contacts.api
Create a business contact
createContact body → 201

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Customer (5 properties). Each schema is shown below with its type and property counts.

Customer
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ezrentout-customers-api-openapi.yml Raw ↑

Other APIs EZRentOut publishes across the network.

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