Sample parking receipts
Proof of concept: receipts generated from provider-account purchase data (mock payloads — no real customer data). Investigation session 59f77d4c, 2026-08-14.
Feasibility verdict
- READY ParkWhiz — documented v4 API; password-grant
login with the account credentials we already store, then
GET /v4/bookingsreturns price paid, purchase date, times, location, and pass. Endpoints verified live. - NEEDS LOGIN AUTOMATION SpotHero — no public account
API;
GET api.spothero.com/v2/reservationsexists behind a bearer token that requires an Auth0 browser login (headless automation, or manual token capture as a stopgap).