API DocumentationBuild with the
Build with the
Powered By Rental API
Integrate Powered By Rental with your existing systems using our comprehensive REST API.
RESTful Design
Clean, predictable API following REST principles.
Secure
OAuth2 authentication with granular permissions.
Well Documented
Comprehensive docs with examples in multiple languages.
Quick Start
Terminal
# Authenticate
curl -X POST https://api.powered.com/auth/token \
-d "client_id=YOUR_ID" \
-d "client_secret=YOUR_SECRET"
# Get customers
curl https://api.powered.com/v1/customers \
-H "Authorization: Bearer YOUR_TOKEN"Available Endpoints
GET
/customersList all customersPOST
/customersCreate a new customerGET
/hiresList all hiresPOST
/hiresCreate a new hireGET
/fleetList all equipmentPOST
/invoicesGenerate invoice80+ endpoints available. Full documentation available to API customers.