Skip to main content
Equipify.ai
API Documentation

Equipify API Reference

Build powerful integrations with the Equipify REST API. Access customers, equipment, work orders, and more.

Quick Start

curl -X GET "https://api.equipify.ai/v1/customers" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
Base URL:https://api.equipify.ai/v1

API Reference

Authentication

Learn how to authenticate API requests using API keys and OAuth 2.0.

POST /auth/tokenPOST /auth/refreshDELETE /auth/revoke

Customers

Create, read, update, and delete customer records.

GET /customersPOST /customersGET /customers/:idPATCH /customers/:id

Equipment

Manage equipment records and service history.

GET /equipmentPOST /equipmentGET /equipment/:idGET /equipment/:id/history

Work Orders

Create and manage work orders, assignments, and scheduling.

GET /work-ordersPOST /work-ordersPATCH /work-orders/:idPOST /work-orders/:id/complete

Webhooks

Subscribe to real-time events for work orders, customers, and equipment.

GET /webhooksPOST /webhooksDELETE /webhooks/:idPOST /webhooks/:id/test

Reports

Generate and export reports for analytics and business intelligence.

GET /reports/revenueGET /reports/equipmentGET /reports/techniciansPOST /reports/export

Official SDKs

Use our official libraries to integrate Equipify into your application.

Ready to build?

Start your free trial to get API access and build powerful integrations.

Start Free 14-Day Trial

No credit card required