Introduction to Moves
A POST
to a moves
endpoint allows your application to programmatically request a new vehicle transfer as if it was entered through HopDrive's Dealer Portal. There are four types of move requests, each supported by their own endpoint. Requests made to any of these endpoints require an authorization header using your authentication token:
curl --request POST \
--url https://api.hopdrive.com/v1/<endpoint> \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <your token>' \
--data '{ ... }'
Move Types
The four move types currently supported are:
Concierge
- Pick up your customer's vehicle and bring it in for service, or return it to them.
Concierge + Loaner
- Swap your customer's vehicle for a loaner and bring theirs in for service, or return their vehicle and bring back a loaner.
One-way
- Move a single vehicle from one location to another.
Round-trip
- Swap two vehicles between locations. We'll deliver your first vehicle, then hop in your second and bring it right back.