Getting started

Valeter App API foundation

The Valeter App API gives an Android APK or app builder a safe JSON connection to ValetFlow without exposing admin pages.

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
View mobile workflow help Browse all guides