In this guide
Follow the steps below in order. You can return to this page at any time.
What the API is for
The Valeter App API is designed for phone-based valeter workflows. It lets a valeter login, view their own assigned or available dealership jobs, open job details, start or finish work, pause or resume a job, and submit a pre-valet condition check.
What the API does not expose
The API does not expose Super Admin tools, dealership setup, feature controls, Database Diagnostics, update.php, subscriptions, page text editing, reports or backend settings. Non-valeter roles are blocked server-side.
Security rules
- Use HTTPS only
- Login returns a Bearer token, not a stored password
- Tokens are stored hashed in ValetFlow
- Every API request checks the user is still an active Valeter
- Every job request checks dealership access and job permissions
- The Valeter App API feature control can be switched off per dealership
Current foundation endpoints
- /api/valeter/login.php
- /api/valeter/me.php
- /api/valeter/jobs.php
- /api/valeter/job-detail.php
- /api/valeter/update-status.php
- /api/valeter/pre-valet-check.php
- /api/valeter/logout.php
Product screenshots
Open the demo
See ValetFlow in action
Screenshots from the ValetFlow demo/manual showing how the system looks in day-to-day use.