About Superior Van & Mobility
Superior Van & Mobility is the nation’s largest family-owned mobility dealer, known for accessible vans, lifts, and adaptive driving equipment backed by nationwide service and support. The Partner API lets vendors securely share lead information so Superior Van teams can respond quickly and keep both systems in sync.What the Partner API is for
- Send new lead information captured in your apps or forms.
- Create or match a HubSpot contact by email or phone.
- Create a Superior Van deal with vendor notes, lead type, and optional vehicle details.
- Retrieve the current vendor-facing status for submitted leads.
How it works
- Vendors send leads as JSON to Superior Van via HTTPS.
- Each vendor receives an API key. Include
x-api-key: <your-api-key>on every request. - Responses include a
leadIdyou can use to check status updates.
Access and authentication
- Request an API key from the Superior Van partner team.
- Use the base URL for your environment:
- Production:
https://api.superiorvan.com/v1 - Sandbox:
https://sandbox.superiorvan.com/v1
- Production:
- Send the header
x-api-key: <your key>with every call.
Typical vendor flow
- Capture a lead in your system.
- Call Create Lead with
first_name,deal_type,vendor_name,lead_notes, and either a validemailor validphone. - Use Get Lead with the returned
leadIdto see current status.
