API reference
REST endpoints, webhook events, and SDK examples for integrating Renvo with your tools.
https://userenvo.com/api/v12026-05-05Quickstart
Generate a key in Settings → Developers, then verify it works:
curl 'https://userenvo.com/api/v1/me' \
-H 'Authorization: Bearer rv_live_…'Resources
Cars in your fleet. Sync vehicle metadata, list availability, or wire your own intake forms to add new units.
People who rent from you. Look up by email, sync new bookings from external tools, or update contact info.
A booking of a vehicle by a customer. Use to push rentals from your own intake or to sync them out to a calendar.
Bills sent to customers for rentals, tolls, and violations. Read-only via API; create invoices in the portal.
Toll transactions auto-imported from EZPass and other agencies. Attach to a customer to bill.
Parking and camera violations imported from city APIs. Attach to a customer to bill.
Pipe inbound inquiries from your own intake forms (Squarespace, Webflow, custom) into Renvo.
Concepts
- Authentication — Bearer-token auth and key scopes
- Errors — The error envelope and status codes
- Pagination — Cursor pagination on list endpoints
- Webhooks — Subscribing to events and verifying signatures
- Versioning — How API versions work