Build powerful integrations with the Equipify REST API. Access customers, equipment, work orders, and more.
curl -X GET "https://api.equipify.ai/v1/customers" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"https://api.equipify.ai/v1Learn how to authenticate API requests using API keys and OAuth 2.0.
POST /auth/tokenPOST /auth/refreshDELETE /auth/revokeCreate, read, update, and delete customer records.
GET /customersPOST /customersGET /customers/:idPATCH /customers/:idManage equipment records and service history.
GET /equipmentPOST /equipmentGET /equipment/:idGET /equipment/:id/historyCreate and manage work orders, assignments, and scheduling.
GET /work-ordersPOST /work-ordersPATCH /work-orders/:idPOST /work-orders/:id/completeSubscribe to real-time events for work orders, customers, and equipment.
GET /webhooksPOST /webhooksDELETE /webhooks/:idPOST /webhooks/:id/testGenerate and export reports for analytics and business intelligence.
GET /reports/revenueGET /reports/equipmentGET /reports/techniciansPOST /reports/exportUse our official libraries to integrate Equipify into your application.
Start your free trial to get API access and build powerful integrations.
No credit card required