Skip to main content

Event Object

A successful POST to a moves endpoint will return a modified request object, including additional information about the move or pair of moves.

For unsuccessful requests, please refer to Error Handling and Error Codes.

Additional Fields

TBD

Example Object

POST /v1/concierge-loaner-moves
host: webhook.site
content-length: 1381
hopdrive-event: move_pickup_started
user-agent: HopDrive-Webhooks/1.0.0
hopdrive-signature: t=1661284695424,v1=589d916b3a6b27a40c8fed05eaa77f045bb30c4c056f0ae18b3ebd4beb011bbf
content-type: application/json
accept: application/json, text/plain

{
"data": {
"delivery_location": {
"full_address": "888 W Broad St, Richmond, VA 23220, USA",
"google_place_id": "Eic4ODggVyBCcm9hZCBTdCwgUmljaG1vbmQsIFZBIDIzMjIwLCBVU0EiMRIvChQKEgkPDdZ3SBGxiRG2k4LRA4YLvxD4BioUChIJHTvkZNsUsYkRci4sms_u2jU",
"lat": 37.5504131,
"location_id": 5883,
"lon": -77.4492561,
"name": "888 W Broad St"
},
"delivery_photos": [],
"move": {
"cancel_status": "not cancelled",
"dealer_contact": "Jane Smith",
"delivery_arrived": null,
"delivery_started": null,
"delivery_successful": null,
"id": 13081,
"lane_uri": "https://api.hopdrive.com/v1/lanes/35924",
"move_details_url": "https://dealer.socialautotransport.com/moves/13081",
"move_uri": "https://api.hopdrive.com/v1/moves/13081",
"pickup_arrived": "2022-08-23T19:58:17.777432+00:00",
"pickup_started": "2022-08-23T19:58:15.424876+00:00",
"pickup_successful": null,
"reference_id": "1234567",
"special_instructions": "Check in at service center",
"status": "pickup arrived",
"vehicle": {
"color": "Black",
"make": "Toyota",
"model": "Avalon",
"stock": "HS34928",
"vin": "4HSLRBED5BJ2624333",
"year": "2022"
}
},
"pickup_location": {
"full_address": "11161 Research Plz Wy, Richmond, VA 23236, USA",
"google_place_id": "ChIJIeqBz3BtsYkRsHSettpjvPU",
"lat": 37.5050987,
"location_id": 5882,
"lon": -77.601355,
"name": "11161 Research Plz Wy"
},
"pickup_photos": [],
"ready_by_time_utc": "2022-08-19T23:00:00+00:00"
},
"id": "ee887f20-231d-11ed-9c17-d1a5eafd48b0",
"object": "event",
"version": "1.0.0"
}