Fetching Move Info
A GET to the /moves endpoint allows your application to fetch current information about a specific move or pair of moves (such as a concierge and loaner pair). Requests made to this endpoint require an authorization header using your authentication token:
Auth Header
When you successfully request a move, you will get back a move_id unique to that request. A GET request to the endpoint https://api.hopdrive.com/moves/<move_id> will return the same response as the original request for the associated move type.
Example Request#
GET /v1/moves/10033
Example Request#
200 /v1/moves/10033